Skip to content

Commit 12f508a

Browse files
acelanJiri Kosina
authored andcommitted
HID: usbhid: quirk for Synaptics Quad HD touchscreen
Add Synaptics HD touchscreen(06cb:1ac3) to no init report quirk Signed-off-by: AceLan Kao <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent d8e2e75 commit 12f508a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@
811811
#define USB_DEVICE_ID_SYNAPTICS_LTS1 0x0af8
812812
#define USB_DEVICE_ID_SYNAPTICS_LTS2 0x1d10
813813
#define USB_DEVICE_ID_SYNAPTICS_HD 0x0ac3
814+
#define USB_DEVICE_ID_SYNAPTICS_QUAD_HD 0x1ac3
814815

815816
#define USB_VENDOR_ID_THINGM 0x27b8
816817
#define USB_DEVICE_ID_BLINK1 0x01ed

drivers/hid/usbhid/hid-quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ static const struct hid_blacklist {
116116
{ USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_LTS1, HID_QUIRK_NO_INIT_REPORTS },
117117
{ USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_LTS2, HID_QUIRK_NO_INIT_REPORTS },
118118
{ USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_HD, HID_QUIRK_NO_INIT_REPORTS },
119+
{ USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_QUAD_HD, HID_QUIRK_NO_INIT_REPORTS },
119120

120121
{ 0, 0 }
121122
};

0 commit comments

Comments
 (0)