]> 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)
commit9bbcb893fb2478e78225b800c03316a133fe7b59
tree003523697e56014a9b6adb6c61310bba455354ab
parentb24c581aa3e51bfa33808ee68cd2f65298228b06
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