]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
HID: usbhid: Add ALWAYS_POLL quirk for some mice
authorAnkit Patel <anpatel@nvidia.com>
Tue, 22 Nov 2022 07:35:20 +0000 (15:35 +0800)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Dec 2022 13:02:54 +0000 (14:02 +0100)
commitbb8e8cf349112fb76178717e6b783741ba9847ce
treef306ebc97d93ffce9d3eaea69dc43ee5fcec9502
parent19ed14b5db0f6b6ce8a2f035a7ce979a6fdd0c46
HID: usbhid: Add ALWAYS_POLL quirk for some mice

commit f6d910a89a2391e5ce1f275d205023880a33d3f8 upstream.

Some additional USB mouse devices are needing ALWAYS_POLL quirk without
which they disconnect and reconnect every 60s.

Add below devices to the known quirk list.
CHERRY    VID 0x046a, PID 0x000c
MICROSOFT VID 0x045e, PID 0x0783
PRIMAX    VID 0x0461, PID 0x4e2a

Signed-off-by: Ankit Patel <anpatel@nvidia.com>
Signed-off-by: Haotien Hsu <haotienh@nvidia.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 5e8021ae0865f8a4e2f3d8259fc8d6014ef0b577)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
drivers/hid/hid-ids.h
drivers/hid/hid-quirks.c