Skip to content

Commit 5fe2511

Browse files
glandiumbentiss
authored andcommitted
HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.
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: stable@vger.kernel.org Signed-off-by: Mike Hommey <mh@glandium.org> Link: https://lore.kernel.org/r/20230617230957.6mx73th4blv7owqk@glandium.org Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent 0db1173 commit 5fe2511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hid/hid-logitech-hidpp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4553,7 +4553,7 @@ static const struct hid_device_id hidpp_devices[] = {
45534553
{ /* wireless touchpad T651 */
45544554
HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_LOGITECH,
45554555
USB_DEVICE_ID_LOGITECH_T651),
4556-
.driver_data = HIDPP_QUIRK_CLASS_WTP },
4556+
.driver_data = HIDPP_QUIRK_CLASS_WTP | HIDPP_QUIRK_DELAYED_INIT },
45574557
{ /* Mouse Logitech Anywhere MX */
45584558
LDJ_DEVICE(0x1017), .driver_data = HIDPP_QUIRK_HI_RES_SCROLL_1P0 },
45594559
{ /* Mouse logitech M560 */

0 commit comments

Comments
 (0)