diff options
author | Sebastian Parschauer <sparschauer@suse.de> | 2017-06-06 13:53:13 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-06-06 15:18:17 +0200 |
commit | 3db28271f0feae129262d30e41384a7c4c767987 (patch) | |
tree | 135f39ea6fd87bb7f035cfba0a89197013c28a33 /drivers/hid/hid-ids.h | |
parent | 715e944f8a7a1059db5d61ebf197e6f348d747e2 (diff) | |
download | linux-3db28271f0feae129262d30e41384a7c4c767987.tar.bz2 |
HID: Add quirk for Dell PIXART OEM mouse
This mouse is also known under other IDs. It needs the quirk
ALWAYS_POLL or will disconnect in runlevel 1 or 3.
Signed-off-by: Sebastian Parschauer <sparschauer@suse.de>
CC: stable@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 8ca1e8ce0af2..4f9a3938189a 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -319,6 +319,9 @@ #define USB_VENDOR_ID_DELCOM 0x0fc5 #define USB_DEVICE_ID_DELCOM_VISUAL_IND 0xb080 +#define USB_VENDOR_ID_DELL 0x413c +#define USB_DEVICE_ID_DELL_PIXART_USB_OPTICAL_MOUSE 0x301a + #define USB_VENDOR_ID_DELORME 0x1163 #define USB_DEVICE_ID_DELORME_EARTHMATE 0x0100 #define USB_DEVICE_ID_DELORME_EM_LT20 0x0200 |