diff options
author | Sebastian Parschauer <s.parschauer@gmx.de> | 2019-07-01 07:48:17 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-07-02 10:32:10 +0200 |
commit | 4c12954965fdf33d8ae3883c1931fc29ca023cfb (patch) | |
tree | 4bcff50a1d0754023c5fd41803085a8b6d31bdcb /drivers/hid/hid-ids.h | |
parent | b12bbdc5dd883f6575f57e529af26cd2c521b320 (diff) | |
download | lwn-4c12954965fdf33d8ae3883c1931fc29ca023cfb.tar.gz lwn-4c12954965fdf33d8ae3883c1931fc29ca023cfb.zip |
HID: Add another Primax PIXART OEM mouse quirk
The PixArt OEM mice are known for disconnecting every minute in
runlevel 1 or 3 if they are not always polled. So add quirk
ALWAYS_POLL for this Alienware branded Primax mouse as well.
Daniel Schepler (@dschepler) reported and tested the quirk.
Reference: https://github.com/sriemer/fix-linux-mouse/issues/15
Signed-off-by: Sebastian Parschauer <s.parschauer@gmx.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 134686012d75..bba2de1c3590 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -1244,6 +1244,7 @@ #define USB_DEVICE_ID_PRIMAX_KEYBOARD 0x4e05 #define USB_DEVICE_ID_PRIMAX_REZEL 0x4e72 #define USB_DEVICE_ID_PRIMAX_PIXART_MOUSE_4D0F 0x4d0f +#define USB_DEVICE_ID_PRIMAX_PIXART_MOUSE_4D65 0x4d65 #define USB_DEVICE_ID_PRIMAX_PIXART_MOUSE_4E22 0x4e22 |