aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2009-01-20 17:48:36 -0500
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>2009-01-27 19:15:37 -0500
commita83775b1465ce80af5610cbe80216432212bc7ee (patch)
tree6b5936a1b14cbae2546f198ad9448e160f94f016 /drivers/usb
parent0df2479232eeea20c924350a11788c724b8c218d (diff)
USB: unusual_dev: usb-storage needs to ignore a device
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 <thesolutor@gmail.com>. 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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index ba16c9ed5234..b3353bf7a626 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1599,6 +1599,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000,
1599 US_SC_DEVICE, US_PR_DEVICE, NULL, 1599 US_SC_DEVICE, US_PR_DEVICE, NULL,
1600 US_FL_NO_WP_DETECT ), 1600 US_FL_NO_WP_DETECT ),
1601 1601
1602/* Reported by The Solutor <thesolutor@gmail.com> */
1603UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000,
1604 "Sony Ericsson",
1605 "MD400",
1606 US_SC_DEVICE, US_PR_DEVICE, NULL,
1607 US_FL_IGNORE_DEVICE),
1608
1602/* Reported by Jan Mate <mate@fiit.stuba.sk> 1609/* Reported by Jan Mate <mate@fiit.stuba.sk>
1603 * and by Soeren Sonnenburg <kernel@nn7.de> */ 1610 * and by Soeren Sonnenburg <kernel@nn7.de> */
1604UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, 1611UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000,