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 <atte@ballbreaker.dk>. Signed-off-by: Phil Dibowitz <phil@ipom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c7257bd2ec
commit
c5f23b0e08
@ -1522,7 +1522,7 @@ UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000,
|
|||||||
"Sony Ericsson",
|
"Sony Ericsson",
|
||||||
"M600i",
|
"M600i",
|
||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_FIX_CAPACITY ),
|
US_FL_IGNORE_RESIDUE | US_FL_FIX_CAPACITY ),
|
||||||
|
|
||||||
/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
|
/* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
|
||||||
* Tested on hardware version 1.10.
|
* Tested on hardware version 1.10.
|
||||||
|
Loading…
Reference in New Issue
Block a user