diff options
Diffstat (limited to 'drivers')
-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 2d92ce31018f..f69f15e352f1 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1393,6 +1393,13 @@ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | |||
1393 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1393 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1394 | US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), | 1394 | US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), |
1395 | 1395 | ||
1396 | /* Reported by Ricardo Barberis <ricardo@dattatec.com> */ | ||
1397 | UNUSUAL_DEV( 0x0fce, 0xe092, 0x0000, 0x0000, | ||
1398 | "Sony Ericsson", | ||
1399 | "P1i", | ||
1400 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1401 | US_FL_IGNORE_RESIDUE ), | ||
1402 | |||
1396 | /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ | 1403 | /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ |
1397 | UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, | 1404 | UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, |
1398 | "Sony Ericsson", | 1405 | "Sony Ericsson", |