diff options
author | Jiri Kosina <[email protected]> | 2017-04-11 11:10:16 +0200 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2017-04-11 11:21:47 +0200 |
commit | 84379d83d8e536aef2c706744ff22c136d0be6c9 (patch) | |
tree | 8ea2d33ec78abfd938d6ba10b88b68debb6d6e8d | |
parent | fe1a83b43869790501ed82b58dc8229023c69f74 (diff) |
Revert "HID: rmi: Handle all Synaptics touchpads using hid-rmi"
This reverts commit 279967a65b320d174a507498aea7d44db3fee7f4.
Multiple regressions [1] [2] [3] have been reported. The hid-rmi
support would have to fixed and redone in 4.11+.
[1] http://lkml.kernel.org/r/[email protected]
[2] http://lkml.kernel.org/r/[email protected]
[3] https://bugzilla.kernel.org/show_bug.cgi?id=195287
Reported-by: Cameron Gutman <[email protected]>
Reported-by: Gabriele Mazzotta <[email protected]>
Reported-by: Lorenzo J. Lucchini <[email protected]>
Reported-by: Thorsten Leemhuis <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | drivers/hid/hid-core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 86bbd8a1fd4a..d162f0dc76e3 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -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)) /* |