diff options
Diffstat (limited to 'drivers/input/mouse/synaptics.h')
-rw-r--r-- | drivers/input/mouse/synaptics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/mouse/synaptics.h b/drivers/input/mouse/synaptics.h index ee4bd0d12b26..56faa7ec4434 100644 --- a/drivers/input/mouse/synaptics.h +++ b/drivers/input/mouse/synaptics.h | |||
@@ -196,6 +196,7 @@ struct synaptics_data { | |||
196 | unsigned long press_start; | 196 | unsigned long press_start; |
197 | bool press; | 197 | bool press; |
198 | bool report_press; | 198 | bool report_press; |
199 | bool is_forcepad; | ||
199 | }; | 200 | }; |
200 | 201 | ||
201 | void synaptics_module_init(void); | 202 | void synaptics_module_init(void); |