0802f28
From: Hans de Goede <hdegoede@redhat.com>
0802f28
Date: Thu, 8 Jan 2015 14:54:03 +0100
0802f28
Subject: [PATCH] uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosures
0802f28
0802f28
Just like all previous UAS capable Seagate disk enclosures, these need the
0802f28
US_FL_NO_ATA_1X to not crash when udev probes them.
0802f28
0802f28
Cc: stable@vger.kernel.org # 3.16
0802f28
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
0802f28
---
0802f28
 drivers/usb/storage/unusual_uas.h | 14 ++++++++++++++
0802f28
 1 file changed, 14 insertions(+)
0802f28
0802f28
diff --git a/drivers/usb/storage/unusual_uas.h b/drivers/usb/storage/unusual_uas.h
0802f28
index f8492c1fd0e8..9ec4561f6c2c 100644
0802f28
--- a/drivers/usb/storage/unusual_uas.h
0802f28
+++ b/drivers/usb/storage/unusual_uas.h
0802f28
@@ -75,6 +75,13 @@ UNUSUAL_DEV(0x0bc2, 0xa013, 0x0000, 0x9999,
0802f28
 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
0802f28
 		US_FL_NO_ATA_1X),
0802f28
 
0802f28
+/* Reported-by: Hans de Goede <hdegoede@redhat.com> */
0802f28
+UNUSUAL_DEV(0x0bc2, 0xa0a4, 0x0000, 0x9999,
0802f28
+		"Seagate",
0802f28
+		"Backup Plus Desk",
0802f28
+		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
0802f28
+		US_FL_NO_ATA_1X),
0802f28
+
0802f28
 /* https://bbs.archlinux.org/viewtopic.php?id=183190 */
0802f28
 UNUSUAL_DEV(0x0bc2, 0xab20, 0x0000, 0x9999,
0802f28
 		"Seagate",
0802f28
@@ -89,6 +96,13 @@ UNUSUAL_DEV(0x0bc2, 0xab21, 0x0000, 0x9999,
0802f28
 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
0802f28
 		US_FL_NO_ATA_1X),
0802f28
 
0802f28
+/* Reported-by: G. Richard Bellamy <rbellamy@pteradigm.com> */
0802f28
+UNUSUAL_DEV(0x0bc2, 0xab2a, 0x0000, 0x9999,
0802f28
+		"Seagate",
0802f28
+		"BUP Fast HDD",
0802f28
+		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
0802f28
+		US_FL_NO_ATA_1X),
0802f28
+
0802f28
 /* Reported-by: Claudio Bizzarri <claudio.bizzarri@gmail.com> */
0802f28
 UNUSUAL_DEV(0x152d, 0x0567, 0x0000, 0x9999,
0802f28
 		"JMicron",
0802f28
-- 
0802f28
2.1.0
0802f28