Update to 2.6.32.41 Mainline
/drivers/input/mouse/elantech.h
blob:feac5f7af966f5393b8dfaebeba2a7ceef31a70b -> blob:aa4aac5d21983988e8e8de6c3d150d579dba0ae0
--- drivers/input/mouse/elantech.h
+++ drivers/input/mouse/elantech.h
@@ -100,11 +100,11 @@ struct elantech_data {
unsigned char reg_26;
unsigned char debug;
unsigned char capabilities;
- unsigned char fw_version_maj;
- unsigned char fw_version_min;
+ bool paritycheck;
+ bool jumpy_cursor;
unsigned char hw_version;
- unsigned char paritycheck;
- unsigned char jumpy_cursor;
+ unsigned int fw_version;
+ unsigned int single_finger_reports;
unsigned char parity[256];
};