Skip to content

Commit 113f6eb

Browse files
AlanSterngregkh
authored andcommitted
usb-storage: unusual_devs entry to fix write-access regression for Seagate external drives
Kris Lindgren reports that without the NO_WP_DETECT flag, his Seagate external disk drive fails all write accesses. This regresssion dates back approximately to the start of the 4.x kernel releases. Signed-off-by: Alan Stern <[email protected]> Reported-by: Kris Lindgren <[email protected]> CC: <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a4fd4a7 commit 113f6eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/usb/storage/unusual_devs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,13 @@ UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
14591459
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
14601460
US_FL_SANE_SENSE ),
14611461

1462+
/* Reported by Kris Lindgren <[email protected]> */
1463+
UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999,
1464+
"Seagate",
1465+
"External",
1466+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1467+
US_FL_NO_WP_DETECT ),
1468+
14621469
UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
14631470
"Maxtor",
14641471
"USB to SATA",

0 commit comments

Comments
 (0)