USB: quirks: Add USB_QUIRK_RESET for Alcor Micro Flash Drive
This patch adds USB_QUIRK_RESET for Alcor Micro Flash Drive (idVendor=058f, idProduct=6387) to fix read/write issue after system resume from deep sleep. Change-Id: I35e0d511a80255a18eb842412ff9905c039df9bf Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -319,6 +319,9 @@ static const struct usb_device_id usb_quirk_list[] = {
|
||||
/* Edirol SD-20 */
|
||||
{ USB_DEVICE(0x0582, 0x0027), .driver_info = USB_QUIRK_RESET_RESUME },
|
||||
|
||||
/* Alcor Micro Corp. Flash Drive */
|
||||
{ USB_DEVICE(0x058f, 0x6387), .driver_info = USB_QUIRK_RESET },
|
||||
|
||||
/* Alcor Micro Corp. Hub */
|
||||
{ USB_DEVICE(0x058f, 0x9254), .driver_info = USB_QUIRK_RESET_RESUME },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user