diff options
author | Phil Dibowitz <[email protected]> | 2008-05-26 21:33:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2008-05-29 13:59:05 -0700 |
commit | c5f23b0e08d84f4efc20dece04d7b6796dcc6774 (patch) | |
tree | b59659f9f878bd63d34fd558a1f3ea91eb081031 | |
parent | c7257bd2ecb7b4cc42f9f152c7c059258d434169 (diff) |
USB: Fix M600i unusual_devs entry
It turns out that the unusual_devs entry for the Motorola M600i needs
another flag. This patch adds it. Thanks to Atte André Jensen
<[email protected]>.
Signed-off-by: Phil Dibowitz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 5d56893fc1cc..599bb1299f62 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1522,7 +1522,7 @@ UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, "Sony Ericsson", "M600i", US_SC_DEVICE, US_PR_DEVICE, NULL, - US_FL_FIX_CAPACITY ), + US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ), /* Reported by Kevin Cernekee <[email protected]> * Tested on hardware version 1.10. |