diff options
| -rw-r--r-- | drivers/hid/hid-ids.h | 1 | ||||
| -rw-r--r-- | drivers/hid/usbhid/hid-quirks.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 6d00bb9366fa..1ac5ed472ad7 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
| @@ -478,6 +478,7 @@ | |||
| 478 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A070 0xa070 | 478 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A070 0xa070 |
| 479 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A072 0xa072 | 479 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A072 0xa072 |
| 480 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081 0xa081 | 480 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081 0xa081 |
| 481 | #define USB_DEVICE_ID_HOLTEK_ALT_KEYBOARD_A096 0xa096 | ||
| 481 | 482 | ||
| 482 | #define USB_VENDOR_ID_IMATION 0x0718 | 483 | #define USB_VENDOR_ID_IMATION 0x0718 |
| 483 | #define USB_DEVICE_ID_DISC_STAKKA 0xd000 | 484 | #define USB_DEVICE_ID_DISC_STAKKA 0xd000 |
diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c index 59badc10a08c..90638a4f8928 100644 --- a/drivers/hid/usbhid/hid-quirks.c +++ b/drivers/hid/usbhid/hid-quirks.c | |||
| @@ -121,6 +121,7 @@ static const struct hid_blacklist { | |||
| 121 | { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_HD, HID_QUIRK_NO_INIT_REPORTS }, | 121 | { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_HD, HID_QUIRK_NO_INIT_REPORTS }, |
| 122 | { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_QUAD_HD, HID_QUIRK_NO_INIT_REPORTS }, | 122 | { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_QUAD_HD, HID_QUIRK_NO_INIT_REPORTS }, |
| 123 | { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_TP_V103, HID_QUIRK_NO_INIT_REPORTS }, | 123 | { USB_VENDOR_ID_SYNAPTICS, USB_DEVICE_ID_SYNAPTICS_TP_V103, HID_QUIRK_NO_INIT_REPORTS }, |
| 124 | { USB_VENDOR_ID_HOLTEK_ALT, USB_DEVICE_ID_HOLTEK_ALT_KEYBOARD_A096, HID_QUIRK_NO_INIT_INPUT_REPORTS }, | ||
| 124 | 125 | ||
| 125 | { 0, 0 } | 126 | { 0, 0 } |
| 126 | }; | 127 | }; |
