USB3 hangs when connecting a UASP enabled portable drive

Hi daniell,

Could you add below patch? Please change the device ID for your own drive.

diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c
index 8b9866b..68ad850 100644
--- a/drivers/usb/host/xhci-tegra.c
+++ b/drivers/usb/host/xhci-tegra.c
@@ -235,6 +235,8 @@ static struct usb_device_id max_burst_quirk_list[] = {
        { USB_DEVICE_SS(0x0bc2, 0xab26) },
        /* Seagate Expansion Portable Drive 1TB */
        { USB_DEVICE_SS(0x0bc2, 0x231a) },
+       /* JMicron TEYADI External SSD */
+       { USB_DEVICE_SS(0x152d, 0x0576) },
        { }  /* terminating entry must be last */
 };
1 Like