diff options
author | Sergey Vlasov <vsu@altlinux.ru> | 2006-11-06 08:33:07 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-11-16 17:26:12 -0500 |
commit | 70708f2c2a3c164e9aa80345919a22c838b3b314 (patch) | |
tree | cd3adad318434b9f275e124aa37e2ccf73975b12 /drivers/usb | |
parent | a7dc4eeac8f18de5fc6bea1a0f46e67f42b83509 (diff) |
usb-storage: Remove duplicated unusual_devs.h entries for Sony Ericsson P990i
For some reason the unusual_devs.h entry for Sony Ericsson P990i had
three identical copies in a wrong place in the file in addition to the
correct entry.
Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index cc701e88d386..efb047f431e8 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1306,27 +1306,6 @@ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | |||
1306 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1306 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1307 | US_FL_FIX_CAPACITY ), | 1307 | US_FL_FIX_CAPACITY ), |
1308 | 1308 | ||
1309 | /* Reported by Jan Mate <mate@fiit.stuba.sk> */ | ||
1310 | UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | ||
1311 | "Sony Ericsson", | ||
1312 | "P990i", | ||
1313 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1314 | US_FL_FIX_CAPACITY ), | ||
1315 | |||
1316 | /* Reported by Jan Mate <mate@fiit.stuba.sk> */ | ||
1317 | UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | ||
1318 | "Sony Ericsson", | ||
1319 | "P990i", | ||
1320 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1321 | US_FL_FIX_CAPACITY ), | ||
1322 | |||
1323 | /* Reported by Jan Mate <mate@fiit.stuba.sk> */ | ||
1324 | UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | ||
1325 | "Sony Ericsson", | ||
1326 | "P990i", | ||
1327 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1328 | US_FL_FIX_CAPACITY ), | ||
1329 | |||
1330 | /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> | 1309 | /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> |
1331 | * Tested on hardware version 1.10. | 1310 | * Tested on hardware version 1.10. |
1332 | * Entry is needed only for the initializer function override. | 1311 | * Entry is needed only for the initializer function override. |