aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/storage/unusual_uas.h')
-rw-r--r--drivers/usb/storage/unusual_uas.h21
1 files changed, 19 insertions, 2 deletions
diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h
index dcdfcdfd2ad1..2f72753c3e22 100644
--- a/drivers/usb/storage/unusual_uas.h
+++ b/drivers/usb/storage/unusual_uas.h
@@ -35,12 +35,22 @@ UNUSUAL_DEV(0x054c, 0x087d, 0x0000, 0x9999,
35 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 35 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
36 US_FL_NO_REPORT_OPCODES), 36 US_FL_NO_REPORT_OPCODES),
37 37
38/* Reported-by: Julian Groß <julian.g@posteo.de> */ 38/*
39 * Initially Reported-by: Julian Groß <julian.g@posteo.de>
40 * Further reports David C. Partridge <david.partridge@perdrix.co.uk>
41 */
39UNUSUAL_DEV(0x059f, 0x105f, 0x0000, 0x9999, 42UNUSUAL_DEV(0x059f, 0x105f, 0x0000, 0x9999,
40 "LaCie", 43 "LaCie",
41 "2Big Quadra USB3", 44 "2Big Quadra USB3",
42 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 45 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
43 US_FL_NO_REPORT_OPCODES), 46 US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME),
47
48/* Reported-by: Julian Sikorski <belegdol@gmail.com> */
49UNUSUAL_DEV(0x059f, 0x1061, 0x0000, 0x9999,
50 "LaCie",
51 "Rugged USB3-FW",
52 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
53 US_FL_NO_REPORT_OPCODES | US_FL_NO_SAME),
44 54
45/* 55/*
46 * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI 56 * Apricorn USB3 dongle sometimes returns "USBSUSBSUSBS" in response to SCSI
@@ -88,6 +98,13 @@ UNUSUAL_DEV(0x152d, 0x0578, 0x0000, 0x9999,
88 US_FL_BROKEN_FUA), 98 US_FL_BROKEN_FUA),
89 99
90/* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */ 100/* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */
101UNUSUAL_DEV(0x154b, 0xf00b, 0x0000, 0x9999,
102 "PNY",
103 "Pro Elite SSD",
104 USB_SC_DEVICE, USB_PR_DEVICE, NULL,
105 US_FL_NO_ATA_1X),
106
107/* Reported-by: Thinh Nguyen <thinhn@synopsys.com> */
91UNUSUAL_DEV(0x154b, 0xf00d, 0x0000, 0x9999, 108UNUSUAL_DEV(0x154b, 0xf00d, 0x0000, 0x9999,
92 "PNY", 109 "PNY",
93 "Pro Elite SSD", 110 "Pro Elite SSD",