Skip to content

Commit a3384b8

Browse files
committed
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: libratbag/libratbag#797 Fixes: 91cf9a9 ("HID: logitech-hidpp: make .probe usbhid capable") Cc: [email protected] # v5.2 Reviewed-by: Filipe Laíns <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent addf338 commit a3384b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3751,8 +3751,6 @@ static const struct hid_device_id hidpp_devices[] = {
37513751

37523752
{ /* Logitech G403 Wireless Gaming Mouse over USB */
37533753
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC082) },
3754-
{ /* Logitech G700 Gaming Mouse over USB */
3755-
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC06B) },
37563754
{ /* Logitech G703 Gaming Mouse over USB */
37573755
HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xC087) },
37583756
{ /* Logitech G703 Hero Gaming Mouse over USB */

0 commit comments

Comments
 (0)