diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2007-01-31 10:57:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-16 18:32:17 -0500 |
commit | b544d7499cc47fc26e9dbacd7b9cabc67d2bdf2e (patch) | |
tree | 424f1498ede8bd81d50e64c6a250a18be2cc529a /drivers/usb/storage | |
parent | af3bd202a38f7313b3b8b46d9db50e5540f71ce1 (diff) |
USB: unusual_devs update for Sony P990i phone
This patch (as846) adds the IGNORE_RESIDUE flag to the unusual_devs
entry for Sony-Ericsson's P990i phone.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index f6c5f5fa2eeb..bab054b8d94f 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1311,12 +1311,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, | |||
1311 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1311 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1312 | US_FL_NO_WP_DETECT ), | 1312 | US_FL_NO_WP_DETECT ), |
1313 | 1313 | ||
1314 | /* Reported by Jan Mate <mate@fiit.stuba.sk> */ | 1314 | /* Reported by Jan Mate <mate@fiit.stuba.sk> |
1315 | * and by Soeren Sonnenburg <kernel@nn7.de> */ | ||
1315 | UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, | 1316 | UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, |
1316 | "Sony Ericsson", | 1317 | "Sony Ericsson", |
1317 | "P990i", | 1318 | "P990i", |
1318 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1319 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1319 | US_FL_FIX_CAPACITY ), | 1320 | US_FL_FIX_CAPACITY | US_FL_IGNORE_RESIDUE ), |
1320 | 1321 | ||
1321 | /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ | 1322 | /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ |
1322 | UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, | 1323 | UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, |