diff options
Diffstat (limited to 'include/linux/input')
-rw-r--r-- | include/linux/input/auo-pixcir-ts.h | 4 | ||||
-rw-r--r-- | include/linux/input/mt.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/input/auo-pixcir-ts.h b/include/linux/input/auo-pixcir-ts.h index 75d4be717714..5049f21928e4 100644 --- a/include/linux/input/auo-pixcir-ts.h +++ b/include/linux/input/auo-pixcir-ts.h | |||
@@ -43,12 +43,10 @@ | |||
43 | */ | 43 | */ |
44 | struct auo_pixcir_ts_platdata { | 44 | struct auo_pixcir_ts_platdata { |
45 | int gpio_int; | 45 | int gpio_int; |
46 | int gpio_rst; | ||
46 | 47 | ||
47 | int int_setting; | 48 | int int_setting; |
48 | 49 | ||
49 | void (*init_hw)(struct i2c_client *); | ||
50 | void (*exit_hw)(struct i2c_client *); | ||
51 | |||
52 | unsigned int x_max; | 50 | unsigned int x_max; |
53 | unsigned int y_max; | 51 | unsigned int y_max; |
54 | }; | 52 | }; |
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h index 2e86bd0bfba1..1b1dfa80d9ff 100644 --- a/include/linux/input/mt.h +++ b/include/linux/input/mt.h | |||
@@ -19,6 +19,7 @@ | |||
19 | #define INPUT_MT_DIRECT 0x0002 /* direct device, e.g. touchscreen */ | 19 | #define INPUT_MT_DIRECT 0x0002 /* direct device, e.g. touchscreen */ |
20 | #define INPUT_MT_DROP_UNUSED 0x0004 /* drop contacts not seen in frame */ | 20 | #define INPUT_MT_DROP_UNUSED 0x0004 /* drop contacts not seen in frame */ |
21 | #define INPUT_MT_TRACK 0x0008 /* use in-kernel tracking */ | 21 | #define INPUT_MT_TRACK 0x0008 /* use in-kernel tracking */ |
22 | #define INPUT_MT_SEMI_MT 0x0010 /* semi-mt device, finger count handled manually */ | ||
22 | 23 | ||
23 | /** | 24 | /** |
24 | * struct input_mt_slot - represents the state of an input MT slot | 25 | * struct input_mt_slot - represents the state of an input MT slot |