diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 732bf52a775..a0ed889230a 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -44,7 +44,8 @@ | |||
44 | * running with this patch. | 44 | * running with this patch. |
45 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or | 45 | * Send your submission to either Phil Dibowitz <phil@ipom.com> or |
46 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the | 46 | * Alan Stern <stern@rowland.harvard.edu>, and don't forget to CC: the |
47 | * USB development list <linux-usb-devel@lists.sourceforge.net>. | 47 | * USB development list <linux-usb@vger.kernel.org> and the USB storage list |
48 | * <usb-storage@lists.one-eyed-alien.net> | ||
48 | */ | 49 | */ |
49 | 50 | ||
50 | /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> | 51 | /* patch submitted by Vivian Bregier <Vivian.Bregier@imag.fr> |
@@ -557,6 +558,13 @@ UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, | |||
557 | US_FL_SINGLE_LUN), | 558 | US_FL_SINGLE_LUN), |
558 | #endif | 559 | #endif |
559 | 560 | ||
561 | /* Reported by Dmitry Khlystov <adminimus@gmail.com> */ | ||
562 | UNUSUAL_DEV( 0x04e8, 0x507c, 0x0220, 0x0220, | ||
563 | "Samsung", | ||
564 | "YP-U3", | ||
565 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
566 | US_FL_MAX_SECTORS_64), | ||
567 | |||
560 | /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ | 568 | /* Reported by Bob Sass <rls@vectordb.com> -- only rev 1.33 tested */ |
561 | UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, | 569 | UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133, |
562 | "Belkin", | 570 | "Belkin", |
@@ -1200,6 +1208,17 @@ UNUSUAL_DEV( 0x084d, 0x0011, 0x0110, 0x0110, | |||
1200 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1208 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1201 | US_FL_BULK32), | 1209 | US_FL_BULK32), |
1202 | 1210 | ||
1211 | /* Andrew Lunn <andrew@lunn.ch> | ||
1212 | * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL | ||
1213 | * on LUN 4. | ||
1214 | * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" | ||
1215 | */ | ||
1216 | UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | ||
1217 | "PanDigital", | ||
1218 | "Photo Frame", | ||
1219 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1220 | US_FL_NOT_LOCKABLE), | ||
1221 | |||
1203 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ | 1222 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ |
1204 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | 1223 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, |
1205 | "CITIZEN", | 1224 | "CITIZEN", |
@@ -1342,6 +1361,13 @@ UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff, | |||
1342 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1361 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1343 | US_FL_FIX_INQUIRY), | 1362 | US_FL_FIX_INQUIRY), |
1344 | 1363 | ||
1364 | /* Reported by Rohan Hart <rohan.hart17@gmail.com> */ | ||
1365 | UNUSUAL_DEV( 0x2770, 0x915d, 0x0010, 0x0010, | ||
1366 | "INTOVA", | ||
1367 | "Pixtreme", | ||
1368 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1369 | US_FL_FIX_CAPACITY ), | ||
1370 | |||
1345 | /* | 1371 | /* |
1346 | * Entry for Jenoptik JD 5200z3 | 1372 | * Entry for Jenoptik JD 5200z3 |
1347 | * | 1373 | * |