]> git.itanic.dy.fi Git - linux-stable/commit
HID: logitech-hidpp: remove support for the G700 over USB
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Tue, 13 Aug 2019 13:38:07 +0000 (15:38 +0200)
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>
Tue, 13 Aug 2019 14:29:46 +0000 (16:29 +0200)
commita3384b8d9f63cc042711293bb97bdc92dca0391d
treebd8ac062ee9ef2ffd0ae218091c0818922c7d4cb
parentaddf3382c47c033e579c9c88f18e36c4e75d806a
HID: logitech-hidpp: remove support for the G700 over USB

The G700 suffers from the same issue than the G502:
when plugging it in, the driver tries to contact it but it fails.

This timeout is problematic as it introduce a delay in the boot,
and having only the mouse event node means that the hardware
macros keys can not be relayed to the userspace.

Link: https://github.com/libratbag/libratbag/issues/797
Fixes: 91cf9a98ae41 ("HID: logitech-hidpp: make .probe usbhid capable")
Cc: stable@vger.kernel.org # v5.2
Reviewed-by: Filipe LaĆ­ns <lains@archlinux.org>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
drivers/hid/hid-logitech-hidpp.c