diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 39a7c11795..3ba972c20f 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1234,6 +1234,17 @@ UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | |||
1234 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1234 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1235 | US_FL_NOT_LOCKABLE), | 1235 | US_FL_NOT_LOCKABLE), |
1236 | 1236 | ||
1237 | /* Andrew Lunn <andrew@lunn.ch> | ||
1238 | * PanDigital Digital Picture Frame. Does not like ALLOW_MEDIUM_REMOVAL | ||
1239 | * on LUN 4. | ||
1240 | * Note: Vend:Prod clash with "Ltd Maxell WS30 Slim Digital Camera" | ||
1241 | */ | ||
1242 | UNUSUAL_DEV( 0x0851, 0x1543, 0x0200, 0x0200, | ||
1243 | "PanDigital", | ||
1244 | "Photo Frame", | ||
1245 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1246 | US_FL_NOT_LOCKABLE), | ||
1247 | |||
1237 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ | 1248 | /* Submitted by Jan De Luyck <lkml@kcore.org> */ |
1238 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, | 1249 | UNUSUAL_DEV( 0x08bd, 0x1100, 0x0000, 0x0000, |
1239 | "CITIZEN", | 1250 | "CITIZEN", |