|
@@ -819,8 +819,7 @@ static int hid_scan_report(struct hid_device *hid)
|
|
|
hid->group = HID_GROUP_WACOM;
|
|
|
break;
|
|
|
case USB_VENDOR_ID_SYNAPTICS:
|
|
|
- if (hid->group == HID_GROUP_GENERIC ||
|
|
|
- hid->group == HID_GROUP_MULTITOUCH_WIN_8)
|
|
|
+ if (hid->group == HID_GROUP_GENERIC)
|
|
|
if ((parser->scan_flags & HID_SCAN_FLAG_VENDOR_SPECIFIC)
|
|
|
&& (parser->scan_flags & HID_SCAN_FLAG_GD_POINTER))
|
|
|
/*
|