aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elantech.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/mouse/elantech.h')
-rw-r--r--drivers/input/mouse/elantech.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/mouse/elantech.h b/drivers/input/mouse/elantech.h
index 1c5894efda5a..b54ea27d10af 100644
--- a/drivers/input/mouse/elantech.h
+++ b/drivers/input/mouse/elantech.h
@@ -93,13 +93,14 @@ struct elantech_data {
93 unsigned char reg_25; 93 unsigned char reg_25;
94 unsigned char reg_26; 94 unsigned char reg_26;
95 unsigned char debug; 95 unsigned char debug;
96 unsigned char capabilities; 96 unsigned char capabilities[3];
97 bool paritycheck; 97 bool paritycheck;
98 bool jumpy_cursor; 98 bool jumpy_cursor;
99 bool reports_pressure; 99 bool reports_pressure;
100 unsigned char hw_version; 100 unsigned char hw_version;
101 unsigned int fw_version; 101 unsigned int fw_version;
102 unsigned int single_finger_reports; 102 unsigned int single_finger_reports;
103 unsigned int y_max;
103 unsigned char parity[256]; 104 unsigned char parity[256];
104}; 105};
105 106