Skip to content

Commit ba39e42

Browse files
Miao Ligregkh
authored andcommitted
usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device
TOSHIBA TransMemory-Mx is a good performence flash device, but it doesn't work well with LPM on Huawei hisi platform, so let's disable LPM to resolve the issue. Signed-off-by: Miao Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent dcfe437 commit ba39e42

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
@@ -394,6 +394,9 @@ static const struct usb_device_id usb_quirk_list[] = {
394394
/* Kingston DataTraveler 3.0 */
395395
{ USB_DEVICE(0x0951, 0x1666), .driver_info = USB_QUIRK_NO_LPM },
396396

397+
/* TOSHIBA TransMemory-Mx */
398+
{ USB_DEVICE(0x0930, 0x1408), .driver_info = USB_QUIRK_NO_LPM },
399+
397400
/* NVIDIA Jetson devices in Force Recovery mode */
398401
{ USB_DEVICE(0x0955, 0x7018), .driver_info = USB_QUIRK_RESET_RESUME },
399402
{ USB_DEVICE(0x0955, 0x7019), .driver_info = USB_QUIRK_RESET_RESUME },

0 commit comments

Comments
 (0)