diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 732bf52a775e..47f6dd7603ef 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -557,6 +557,13 @@ UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, | |||
557 | US_FL_SINGLE_LUN), | 557 | US_FL_SINGLE_LUN), |
558 | #endif | 558 | #endif |
559 | 559 | ||
560 | /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ | ||
561 | UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, | ||
562 | "Samsung", | ||
563 | "YP-U3", | ||
564 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
565 | US_FL_MAX_SECTORS_64), | ||
566 | |||
560 | /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ | 567 | /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ |
561 | UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, | 568 | UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, |
562 | "Belkin", | 569 | "Belkin", |