Skip to content

Commit

Permalink
USB: unusual_dev: usb-storage needs to ignore a device
Browse files Browse the repository at this point in the history
This patch adds an unusual_devs entry for a Sony Ericsson modem. Like many
other modems, we have to ignore the storage device in order to access the
modem.


At this time usb_modeswitch does not work with this device.


Reported-by: The Solutor <[email protected]>.
Signed-off-by: Phil Dibowitz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jaymzh authored and Greg Kroah-Hartman committed Jan 28, 2009
1 parent 0df2479 commit a83775b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/usb/storage/unusual_devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_NO_WP_DETECT ),

/* Reported by The Solutor <[email protected]> */
UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000,
"Sony Ericsson",
"MD400",
US_SC_DEVICE, US_PR_DEVICE, NULL,
US_FL_IGNORE_DEVICE),

/* Reported by Jan Mate <[email protected]>
* and by Soeren Sonnenburg <[email protected]> */
UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,
Expand Down

0 comments on commit a83775b

Please sign in to comment.