Skip to content

Commit a536383

Browse files
glandiumgregkh
authored andcommitted
HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
commit 5fe2511 upstream. commit 498ba20 ("HID: logitech-hidpp: Don't restart communication if not necessary") put restarting communication behind that flag, and this was apparently necessary on the T651, but the flag was not set for it. Fixes: 498ba20 ("HID: logitech-hidpp: Don't restart communication if not necessary") Cc: [email protected] Signed-off-by: Mike Hommey <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d89750b commit a536383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-logitech-hidpp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4348,7 +4348,7 @@ static const struct hid_device_id hidpp_devices[] = {
43484348
{ /* wireless touchpad T651 */
43494349
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH,
43504350
USB_DEVICE_ID_LOGITECH_T651),
4351-
.driver_data = HIDPP_QUIRK_CLASS_WTP },
4351+
.driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },
43524352
{ /* Mouse Logitech Anywhere MX */
43534353
LDJ_DEVICE(0x1017), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_1P0 },
43544354
{ /* Mouse logitech M560 */

0 commit comments

Comments
 (0)