Skip to content

Commit 1437e45

Browse files
Binary-EaterJiri Kosina
authored andcommitted
HID: multitouch: Add required quirk for Synaptics 0xcd7e device
Register the Synaptics device as a special multitouch device with certain quirks that may improve usability of the touchpad device. Reported-by: Rain <[email protected]> Closes: https://lore.kernel.org/linux-input/[email protected]/ Signed-off-by: Rahul Rameshbabu <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 0c0faa2 commit 1437e45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/hid/hid-multitouch.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,10 @@ static const struct hid_device_id mt_devices[] = {
21442144
USB_DEVICE_ID_MTP_STM)},
21452145

21462146
/* Synaptics devices */
2147+
{ .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
2148+
HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
2149+
USB_VENDOR_ID_SYNAPTICS, 0xcd7e) },
2150+
21472151
{ .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
21482152
HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
21492153
USB_VENDOR_ID_SYNAPTICS, 0xce08) },

0 commit comments

Comments
 (0)