]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Revert "HID: logitech-hidpp: add USB PID for a few more supported mice"
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Tue, 13 Aug 2019 13:38:06 +0000 (15:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2019 07:01:40 +0000 (09:01 +0200)
commit2de3de21bc8a52d5741e01c2461577195b0a57bd
treea277e9cdf81731b43eb89ca63776cc49b5194411
parent807370d0241383efb3ba2527c588201ff6f78aba
Revert "HID: logitech-hidpp: add USB PID for a few more supported mice"

commit addf3382c47c033e579c9c88f18e36c4e75d806a upstream.

This partially reverts commit 27fc32fd9417968a459d43d9a7c50fd423d53eb9.

It turns out that the G502 has some issues with hid-logitech-hidpp:
when plugging it in, the driver tries to contact it but it fails.
So the driver bails out leaving only the mouse event node available.

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.

Filipe and I just gave a shot at the following devices:

G403 Wireless (0xC082)
G703 (0xC087)
G703 Hero (0xC090)
G903 (0xC086)
G903 Hero (0xC091)
G Pro (0xC088)

Reverting the devices we are not sure that works flawlessly.

Reviewed-by: Filipe LaĆ­ns <lains@archlinux.org>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jeremy Cline <jcline@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-logitech-hidpp.c