Skip to content

Commit e00b39a

Browse files
oneukumgregkh
authored andcommitted
USB: VLI disk crashes if LPM is used
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>
1 parent 63ccd26 commit e00b39a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/core/quirks.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ static const struct usb_device_id usb_quirk_list[] = {
542542
{ USB_DEVICE(0x2040, 0x7200), .driver_info =
543543
USB_QUIRK_CONFIG_INTF_STRINGS },
544544

545+
/* VLI disk */
546+
{ USB_DEVICE(0x2109, 0x0711), .driver_info = USB_QUIRK_NO_LPM },
547+
545548
/* Raydium Touchscreen */
546549
{ USB_DEVICE(0x2386, 0x3114), .driver_info = USB_QUIRK_NO_LPM },
547550

0 commit comments

Comments
 (0)