Commit 1437e454 authored by Rahul Rameshbabu's avatar Rahul Rameshbabu Committed by Jiri Kosina
Browse files

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: default avatarRain <rain@sunshowers.io>
Closes: https://lore.kernel.org/linux-input/2bbb8e1d-1793-4df1-810f-cb0137341ff4@app.fastmail.com/


Signed-off-by: default avatarRahul Rameshbabu <sergeantsagara@protonmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0c0faa29
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2144,6 +2144,10 @@ static const struct hid_device_id mt_devices[] = {
			USB_DEVICE_ID_MTP_STM)},

	/* Synaptics devices */
	{ .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
		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, 0xce08) },