diff options
author | Sebastian Parschauer <sparschauer@suse.de> | 2018-11-20 07:25:08 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-11-20 13:07:52 +0100 |
commit | fb862c3b199d28bee238d52e8270eae8650d6cb0 (patch) | |
tree | 3532c8f419eb42fe3f1ffee1de44638dd931ac96 /drivers/hid/hid-ids.h | |
parent | 86c31524b27c7e686841dd4a79eda95cfd989f16 (diff) | |
download | linux-fb862c3b199d28bee238d52e8270eae8650d6cb0.tar.gz linux-fb862c3b199d28bee238d52e8270eae8650d6cb0.tar.bz2 linux-fb862c3b199d28bee238d52e8270eae8650d6cb0.zip |
HID: Add quirk for Primax PIXART OEM mice
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 two Primax mice as well.
0x4e22 is the Dell MS111-P and 0x4d0f is the unbranded HP Portia
mouse HP 697738-001. Both were built until approx. 2014.
Those were the standard mice from those vendors and are still
around - even as new old stock.
Reference: https://github.com/sriemer/fix-linux-mouse/issues/11
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 2114ac647bef..ed35c9a9a110 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -1210,6 +1210,8 @@ #define USB_DEVICE_ID_PRIMAX_MOUSE_4D22 0x4d22 #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_4E22 0x4e22 #define USB_VENDOR_ID_RISO_KAGAKU 0x1294 /* Riso Kagaku Corp. */ |