diff options
author | Tony Fischetti <tony.fischetti@gmail.com> | 2020-03-12 19:16:06 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-03-17 00:33:20 +0300 |
commit | 819d578d51d0ce73f06e35d69395ef55cd683a74 (patch) | |
tree | 003523697e56014a9b6adb6c61310bba455354ab /drivers/hid/hid-ids.h | |
parent | 58322a1590fc189a8e1e349d309637d4a4942840 (diff) | |
download | linux-819d578d51d0ce73f06e35d69395ef55cd683a74.tar.xz |
HID: add ALWAYS_POLL quirk to lenovo pixart mouse
A lenovo pixart mouse (17ef:608d) is afflicted common the the malfunction
where it disconnects and reconnects every minute--each time incrementing
the device number. This patch adds the device id of the device and
specifies that it needs the HID_QUIRK_ALWAYS_POLL quirk in order to
work properly.
Signed-off-by: Tony Fischetti <tony.fischetti@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 33fddab41722..9f2213426556 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -727,6 +727,7 @@ #define USB_DEVICE_ID_LENOVO_X1_COVER 0x6085 #define USB_DEVICE_ID_LENOVO_X1_TAB 0x60a3 #define USB_DEVICE_ID_LENOVO_X1_TAB3 0x60b5 +#define USB_DEVICE_ID_LENOVO_PIXART_USB_MOUSE_608D 0x608d #define USB_VENDOR_ID_LG 0x1fd2 #define USB_DEVICE_ID_LG_MULTITOUCH 0x0064 |