Skip to content

Commit 96ebc9c

Browse files
Thinh Nguyengregkh
authored andcommitted
usb: uas: Add PNY USB Portable SSD to unusual_uas
Here's another variant PNY Pro Elite USB 3.1 Gen 2 portable SSD that hangs and doesn't respond to ATA_1x pass-through commands. If it doesn't support these commands, it should respond properly to the host. Add it to the unusual uas list to be able to move forward with other operations. Cc: stable@vger.kernel.org Reviewed-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Oliver Neukum <oneukum@suse.com> Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://lore.kernel.org/r/2edc7af892d0913bf06f5b35e49ec463f03d5ed8.1609819418.git.Thinh.Nguyen@synopsys.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6cd0fe9 commit 96ebc9c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/usb/storage/unusual_uas.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
9090
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
9191
US_FL_BROKEN_FUA),
9292

93+
/* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */
94+
UNUSUAL_DEV(0x154b, 0xf00b, 0x0000, 0x9999,
95+
"PNY",
96+
"Pro Elite SSD",
97+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
98+
US_FL_NO_ATA_1X),
99+
93100
/* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */
94101
UNUSUAL_DEV(0x154b, 0xf00d, 0x0000, 0x9999,
95102
"PNY",

0 commit comments

Comments
 (0)