diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index a624e72f81dc..d8d008d42946 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -320,6 +320,13 @@ UNUSUAL_DEV( 0x04b0, 0x0401, 0x0200, 0x0200, | |||
320 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 320 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
321 | US_FL_FIX_CAPACITY), | 321 | US_FL_FIX_CAPACITY), |
322 | 322 | ||
323 | /* Reported by Milinevsky Dmitry <niam.niam@gmail.com> */ | ||
324 | UNUSUAL_DEV( 0x04b0, 0x0409, 0x0100, 0x0100, | ||
325 | "NIKON", | ||
326 | "NIKON DSC D50", | ||
327 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
328 | US_FL_FIX_CAPACITY), | ||
329 | |||
323 | /* Reported by Andreas Bockhold <andreas@bockionline.de> */ | 330 | /* Reported by Andreas Bockhold <andreas@bockionline.de> */ |
324 | UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100, | 331 | UNUSUAL_DEV( 0x04b0, 0x0405, 0x0100, 0x0100, |
325 | "NIKON", | 332 | "NIKON", |
@@ -1357,6 +1364,20 @@ UNUSUAL_DEV( 0x0f19, 0x0105, 0x0100, 0x0100, | |||
1357 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1364 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1358 | US_FL_IGNORE_RESIDUE ), | 1365 | US_FL_IGNORE_RESIDUE ), |
1359 | 1366 | ||
1367 | /* Jeremy Katz <katzj@redhat.com>: | ||
1368 | * The Blackberry Pearl can run in two modes; a usb-storage only mode | ||
1369 | * and a mode that allows access via mass storage and to its database. | ||
1370 | * The berry_charge module will set the device to dual mode and thus we | ||
1371 | * should ignore its native mode if that module is built | ||
1372 | */ | ||
1373 | #ifdef CONFIG_USB_BERRY_CHARGE | ||
1374 | UNUSUAL_DEV( 0x0fca, 0x0006, 0x0001, 0x0001, | ||
1375 | "RIM", | ||
1376 | "Blackberry Pearl", | ||
1377 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1378 | US_FL_IGNORE_DEVICE ), | ||
1379 | #endif | ||
1380 | |||
1360 | /* Reported by Michael Stattmann <michael@stattmann.com> */ | 1381 | /* Reported by Michael Stattmann <michael@stattmann.com> */ |
1361 | UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, | 1382 | UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, |
1362 | "Sony Ericsson", | 1383 | "Sony Ericsson", |