]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
USB: VLI disk crashes if LPM is used
authorOliver Neukum <oneukum@suse.com>
Tue, 8 Apr 2025 13:57:46 +0000 (15:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 May 2025 05:41:17 +0000 (07:41 +0200)
commit e00b39a4f3552c730f1e24c8d62c4a8c6aad4e5d upstream.

This device needs the NO_LPM quirk.

Cc: stable <stable@kernel.org>
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Link: https://lore.kernel.org/r/20250408135800.792515-1-oneukum@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c

index c572d6da1551e33f62906c5b3d84215ae3fbe2b3..d9936c530874a44c0049778fc53353035d03daee 100644 (file)
@@ -540,6 +540,9 @@ static const struct usb_device_id usb_quirk_list[] = {
        { USB_DEVICE(0x2040, 0x7200), .driver_info =
                        USB_QUIRK_CONFIG_INTF_STRINGS },
 
+       /* VLI disk */
+       { USB_DEVICE(0x2109, 0x0711), .driver_info = USB_QUIRK_NO_LPM },
+
        /* Raydium Touchscreen */
        { USB_DEVICE(0x2386, 0x3114), .driver_info = USB_QUIRK_NO_LPM },