diff options
author | Jiri Kosina <jkosina@suse.cz> | 2023-10-27 15:32:09 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-10-27 15:32:09 +0200 |
commit | 62cc9c3cb3ec1bf31cc116146185ed97b450836a (patch) | |
tree | d4c089f4ad663b0c4671407d96713a81681eb9a3 /drivers/hid/hid-ids.h | |
parent | HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect (diff) | |
download | linux-62cc9c3cb3ec1bf31cc116146185ed97b450836a.tar.xz linux-62cc9c3cb3ec1bf31cc116146185ed97b450836a.zip |
HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W
This device needs ALWAYS_POLL quirk, otherwise it keeps reconnecting
indefinitely.
Reported-by: Robert Ayrapetyan <robert.ayrapetyan@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 e4d2dfd5d253..f7973ccd84a2 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -366,6 +366,7 @@ #define USB_VENDOR_ID_DELL 0x413c #define USB_DEVICE_ID_DELL_PIXART_USB_OPTICAL_MOUSE 0x301a +#define USB_DEVICE_ID_DELL_PRO_WIRELESS_KM5221W 0x4503 #define USB_VENDOR_ID_DELORME 0x1163 #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 |