Skip to content

Commit e85bd5b

Browse files
AlanSterngregkh
authored andcommitted
usb-storage: unusual_devs entry to fix write-access regression for Seagate external drives
commit 113f6eb6d50cfa5e2a1cdcf1678b12661fa272ab upstream. 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 <stern@rowland.harvard.edu> Reported-by: Kris Lindgren <kris.lindgren@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 86377bf commit e85bd5b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

drivers/usb/storage/unusual_devs.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,13 @@ UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0000,
13791379
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
13801380
US_FL_SANE_SENSE ),
13811381

1382+
/* Reported by Kris Lindgren <kris.lindgren@gmail.com> */
1383+
UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999,
1384+
"Seagate",
1385+
"External",
1386+
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
1387+
US_FL_NO_WP_DETECT ),
1388+
13821389
UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999,
13831390
"Maxtor",
13841391
"USB to SATA",

0 commit comments

Comments
 (0)