aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/unusual_devs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r--drivers/usb/storage/unusual_devs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index e87fb538b74c..cc701e88d386 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1320,6 +1320,13 @@ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1320 US_SC_DEVICE, US_PR_DEVICE, NULL, 1320 US_SC_DEVICE, US_PR_DEVICE, NULL,
1321 US_FL_FIX_CAPACITY ), 1321 US_FL_FIX_CAPACITY ),
1322 1322
1323/* Reported by Jan Mate <mate@fiit.stuba.sk> */
1324UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
1325 "Sony Ericsson",
1326 "P990i",
1327 US_SC_DEVICE, US_PR_DEVICE, NULL,
1328 US_FL_FIX_CAPACITY ),
1329
1323/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> 1330/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
1324 * Tested on hardware version 1.10. 1331 * Tested on hardware version 1.10.
1325 * Entry is needed only for the initializer function override. 1332 * Entry is needed only for the initializer function override.