Skip to content

Commit addf338

Browse files
committed
Revert "HID: logitech-hidpp: add USB PID for a few more supported mice"
This partially reverts commit 27fc32f. 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 <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 7cdf6e4 commit addf338

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,30 +3749,10 @@ static const struct hid_device_id hidpp_devices[] = {
37493749

37503750
{ L27MHZ_DEVICE(HID_ANY_ID) },
37513751

3752-
{ /* Logitech G203/Prodigy Gaming Mouse */
3753-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC084) },
3754-
{ /* Logitech G302 Gaming Mouse */
3755-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC07F) },
3756-
{ /* Logitech G303 Gaming Mouse */
3757-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC080) },
3758-
{ /* Logitech G400 Gaming Mouse */
3759-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC07E) },
37603752
{ /* Logitech G403 Wireless Gaming Mouse over USB */
37613753
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC082) },
3762-
{ /* Logitech G403 Gaming Mouse */
3763-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC083) },
3764-
{ /* Logitech G403 Hero Gaming Mouse over USB */
3765-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC08F) },
3766-
{ /* Logitech G502 Proteus Core Gaming Mouse */
3767-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC07D) },
3768-
{ /* Logitech G502 Proteus Spectrum Gaming Mouse over USB */
3769-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC332) },
3770-
{ /* Logitech G502 Hero Gaming Mouse over USB */
3771-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC08B) },
37723754
{ /* Logitech G700 Gaming Mouse over USB */
37733755
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC06B) },
3774-
{ /* Logitech G700s Gaming Mouse over USB */
3775-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC07C) },
37763756
{ /* Logitech G703 Gaming Mouse over USB */
37773757
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC087) },
37783758
{ /* Logitech G703 Hero Gaming Mouse over USB */

0 commit comments

Comments
 (0)