Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <limiao@kylinos.cn>
Link: https://lore.kernel.org/r/20250113085619.44371-1-limiao870622@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Miao Li and committed by
Greg Kroah-Hartman
ba39e420 dcfe4374

+3
+3
drivers/usb/core/quirks.c
··· 394 394 /* Kingston DataTraveler 3.0 */ 395 395 { USB_DEVICE(0x0951, 0x1666), .driver_info = USB_QUIRK_NO_LPM }, 396 396 397 + /* TOSHIBA TransMemory-Mx */ 398 + { USB_DEVICE(0x0930, 0x1408), .driver_info = USB_QUIRK_NO_LPM }, 399 + 397 400 /* NVIDIA Jetson devices in Force Recovery mode */ 398 401 { USB_DEVICE(0x0955, 0x7018), .driver_info = USB_QUIRK_RESET_RESUME }, 399 402 { USB_DEVICE(0x0955, 0x7019), .driver_info = USB_QUIRK_RESET_RESUME },