HID: chicony: add another quirk for PixArt mouse
authorOleksandr Natalenko <oleksandr@redhat.com>
Fri, 21 Jun 2019 09:17:36 +0000 (11:17 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 26 Jun 2019 11:40:13 +0000 (13:40 +0200)
commitdcf768b0ac868630e7bdb6f2f1c9fe72788012fa
tree13e2524711c677a1394d77320b94f694cd7a9bba
parent21acee4ecf9c3d9eff545f50e79c321a0c35d9b3
HID: chicony: add another quirk for PixArt mouse

I've spotted another Chicony PixArt mouse in the wild, which requires
HID_QUIRK_ALWAYS_POLL quirk, otherwise it disconnects each minute.

USB ID of this device is 0x04f2:0x0939.

We've introduced quirks like this for other models before, so lets add
this mouse too.

Link: https://github.com/sriemer/fix-linux-mouse#usb-mouse-disconnectsreconnects-every-minute-on-linux
Signed-off-by: Oleksandr Natalenko <oleksandr@redhat.com>
Acked-by: Sebastian Parschauer <s.parschauer@gmx.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-ids.h
drivers/hid/hid-quirks.c