From: Greg Kroah-Hartman Date: Tue, 8 Jul 2025 15:15:14 +0000 (+0200) Subject: 5.4-stable patches X-Git-Tag: v5.15.187~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5940fc79b6c5e8bae6fe98b76582c93d38ddea3;p=thirdparty%2Fkernel%2Fstable-queue.git 5.4-stable patches added patches: logitech-c-270-even-more-broken.patch --- diff --git a/queue-5.4/logitech-c-270-even-more-broken.patch b/queue-5.4/logitech-c-270-even-more-broken.patch new file mode 100644 index 0000000000..1178752f1e --- /dev/null +++ b/queue-5.4/logitech-c-270-even-more-broken.patch @@ -0,0 +1,32 @@ +From cee4392a57e14a799fbdee193bc4c0de65b29521 Mon Sep 17 00:00:00 2001 +From: Oliver Neukum +Date: Thu, 5 Jun 2025 14:28:45 +0200 +Subject: Logitech C-270 even more broken + +From: Oliver Neukum + +commit cee4392a57e14a799fbdee193bc4c0de65b29521 upstream. + +Some varieties of this device don't work with +RESET_RESUME alone. + +Signed-off-by: Oliver Neukum +Cc: stable +Link: https://lore.kernel.org/r/20250605122852.1440382-1-oneukum@suse.com +Signed-off-by: Greg Kroah-Hartman +--- + drivers/usb/core/quirks.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- a/drivers/usb/core/quirks.c ++++ b/drivers/usb/core/quirks.c +@@ -224,7 +224,8 @@ static const struct usb_device_id usb_qu + { USB_DEVICE(0x046a, 0x0023), .driver_info = USB_QUIRK_RESET_RESUME }, + + /* Logitech HD Webcam C270 */ +- { USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME }, ++ { USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME | ++ USB_QUIRK_NO_LPM}, + + /* Logitech HD Pro Webcams C920, C920-C, C922, C925e and C930e */ + { USB_DEVICE(0x046d, 0x082d), .driver_info = USB_QUIRK_DELAY_INIT }, diff --git a/queue-5.4/series b/queue-5.4/series index f147e70664..7027a1a2eb 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -102,3 +102,4 @@ drm-i915-selftests-change-mock_request-to-return-err.patch drm-i915-gt-fix-timeline-left-held-on-vma-alloc-erro.patch net-rose-fix-fall-through-warnings-for-clang.patch rose-fix-dangling-neighbour-pointers-in-rose_rt_devi.patch +logitech-c-270-even-more-broken.patch