]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerJiri Kosina <jkosina@suse.cz>
Mon, 16 Mar 2020 21:33:20 +0000 (22:33 +0100)
commitb58a3bd8e91a04a4dced1a32fc2cd1add9c08ef1
tree003523697e56014a9b6adb6c61310bba455354ab
parent0a898ca8699c6ab3ad8a3eab72f86a8530a70f2a
HID: add ALWAYS_POLL quirk to lenovo pixart mouse

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>
drivers/hid/hid-ids.h
drivers/hid/hid-quirks.c