Merge branch 'for-6.9/unused-struct-removal' into for-linus
[sfrench/cifs-2.6.git] / drivers / hid / hid-multitouch.c
index fd5b0637dad683e7b20c929974c958e79936880c..04a014cd2a2f678e8ad3a8e631cc7b6cab8958c2 100644 (file)
@@ -130,7 +130,6 @@ struct mt_application {
                                 * > 1 means hybrid (multitouch) protocol
                                 */
 
-       __s32 dev_time;         /* the scan time provided by the device */
        unsigned long jiffies;  /* the frame's jiffies */
        int timestamp;          /* the timestamp to be sent */
        int prev_scantime;              /* scantime reported previously */
@@ -2151,6 +2150,10 @@ static const struct hid_device_id mt_devices[] = {
                HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
                        USB_VENDOR_ID_SYNAPTICS, 0xcd7e) },
 
+       { .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
+               HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
+                       USB_VENDOR_ID_SYNAPTICS, 0xcddc) },
+
        { .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
                HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
                        USB_VENDOR_ID_SYNAPTICS, 0xce08) },