Initial Contribution
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142 Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
This commit is contained in:
@@ -83,10 +83,10 @@ struct gpio_event_matrix_info {
|
||||
unsigned int ninputs;
|
||||
unsigned int noutputs;
|
||||
/* time to wait before reading inputs after driving each output */
|
||||
ktime_t settle_time;
|
||||
struct timespec settle_time;
|
||||
/* time to wait before scanning the keypad a second time */
|
||||
ktime_t debounce_delay;
|
||||
ktime_t poll_time;
|
||||
struct timespec debounce_delay;
|
||||
struct timespec poll_time;
|
||||
unsigned flags;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user