Skip to content

Commit ccdc472

Browse files
oneukumgregkh
authored andcommitted
Logitech C-270 even more broken
commit cee4392 upstream. Some varieties of this device don't work with RESET_RESUME alone. Signed-off-by: Oliver Neukum <oneukum@suse.com> Cc: stable <stable@kernel.org> Link: https://lore.kernel.org/r/20250605122852.1440382-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4c37963 commit ccdc472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/usb/core/quirks.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ static const struct usb_device_id usb_quirk_list[] = {
227227
{ USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME },
228228

229229
/* Logitech HD Webcam C270 */
230-
{ USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME },
230+
{ USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME |
231+
USB_QUIRK_NO_LPM},
231232

232233
/* Logitech HD Pro Webcams C920, C920-C, C922, C925e and C930e */
233234
{ USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT },

0 commit comments

Comments
 (0)