mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
USB: quirks: Add NO_LPM quirk for Lexar Flash drive
LPM on the device appears to cause xHCI host controllers to reset the usb device when run at USB 2.0 high speed, then the device will enter suspend and unable to exit. Change-Id: I185cfe2c01f6de20463b041bdf4dac54978f1ada Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -500,6 +500,9 @@ static const struct usb_device_id usb_quirk_list[] = {
|
||||
{ USB_DEVICE(0x2040, 0x7200), .driver_info =
|
||||
USB_QUIRK_CONFIG_INTF_STRINGS },
|
||||
|
||||
/* Lexar Flash */
|
||||
{ USB_DEVICE(0x21c4, 0x0cd1), .driver_info = USB_QUIRK_NO_LPM },
|
||||
|
||||
/* Raydium Touchscreen */
|
||||
{ USB_DEVICE(0x2386, 0x3114), .driver_info = USB_QUIRK_NO_LPM },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user