Skip to content

Commit d6822d8

Browse files
MaslankaMarekgregkh
authored andcommitted
HID: multitouch: Add support for Google Whiskers Touchpad
commit 1d07cef upstream. The Google Whiskers touchpad does not work properly with the default multitouch configuration. Instead, use the same configuration as Google Rose. Signed-off-by: Marek Maslanka <[email protected]> Acked-by: Benjamin Tissoires <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0f03885 commit d6822d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/hid/hid-multitouch.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,9 @@ static const struct hid_device_id mt_devices[] = {
21292129
{ .driver_data = MT_CLS_GOOGLE,
21302130
HID_DEVICE(HID_BUS_ANY, HID_GROUP_ANY, USB_VENDOR_ID_GOOGLE,
21312131
USB_DEVICE_ID_GOOGLE_TOUCH_ROSE) },
2132+
{ .driver_data = MT_CLS_GOOGLE,
2133+
HID_DEVICE(BUS_USB, HID_GROUP_MULTITOUCH_WIN_8, USB_VENDOR_ID_GOOGLE,
2134+
USB_DEVICE_ID_GOOGLE_WHISKERS) },
21322135

21332136
/* Generic MT device */
21342137
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_MULTITOUCH, HID_ANY_ID, HID_ANY_ID) },

0 commit comments

Comments
 (0)