HID: add ALWAYS_POLL quirk to lenovo pixart mouse
authorTony Fischetti <tony.fischetti@gmail.com>
Thu, 12 Mar 2020 16:16:06 +0000 (12:16 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Mar 2020 07:11:59 +0000 (08:11 +0100)
commit1dc67950e2d1a9be2a7e6470becb7c0ba42a92d3
treed96f82c6767cd45f1d5cf4313e3f990182029cf1
parent5d961582ea884243c5a987520ae4866d9f826ca2
HID: add ALWAYS_POLL quirk to lenovo pixart mouse

commit 819d578d51d0ce73f06e35d69395ef55cd683a74 upstream.

A lenovo pixart mouse (17ef:608d) is afflicted common the the malfunction
where it disconnects and reconnects every minute--each time incrementing
the device number. This patch adds the device id of the device and
specifies that it needs the HID_QUIRK_ALWAYS_POLL quirk in order to
work properly.

Signed-off-by: Tony Fischetti <tony.fischetti@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-ids.h
drivers/hid/hid-quirks.c