Skip to content

Commit f0ca698

Browse files
Thinh NguyenLee Jones
authored andcommitted
usb: uas: Add quirk for PNY Pro Elite
commit 9a469bc9f32dd33c7aac5744669d21a023a719cd upstream. PNY Pro Elite USB 3.1 Gen 2 device (SSD) doesn't respond to ATA_12 pass-through command (i.e. it just hangs). If it doesn't support this command, it should respond properly to the host. Let's just add a quirk to be able to move forward with other operations. Cc: [email protected] Signed-off-by: Thinh Nguyen <[email protected]> Link: https://lore.kernel.org/r/2b0585228b003eedcc82db84697b31477df152e0.1597803605.git.thinhn@synopsys.com Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Lee Jones <[email protected]> Change-Id: I354ce9f08c296cef88e05a9ce08508731229fed1
1 parent d3100d9 commit f0ca698

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/usb/storage/unusual_uas.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
163163
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
164164
US_FL_BROKEN_FUA),
165165

166+
/* Reported-by: Thinh Nguyen <[email protected]> */
167+
UNUSUAL_DEV(0x154b, 0xf00d, 0x0000, 0x9999,
168+
"PNY",
169+
"Pro Elite SSD",
170+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
171+
US_FL_NO_ATA_1X),
172+
166173
/* Reported-by: Hans de Goede <[email protected]> */
167174
UNUSUAL_DEV(0x2109, 0x0711, 0x0000, 0x9999,
168175
"VIA",

0 commit comments

Comments
 (0)