This is a note to let you know that I've just added the patch titled Subject: USB: unusual_dev: usb-storage needs to ignore a device to my gregkh-2.6 tree. Its filename is usb-unusual_dev-usb-storage-needs-to-ignore-a-device.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ >From phil@xxxxxxxx Sun Jan 25 15:21:21 2009 From: Phil Dibowitz <phil@xxxxxxxx> Date: Tue, 20 Jan 2009 23:48:36 +0100 Subject: USB: unusual_dev: usb-storage needs to ignore a device To: Greg KH <greg@xxxxxxxxx> Cc: USB Dev <linux-usb@xxxxxxxxxxxxxxx>, USB Storage list <usb-storage@xxxxxxxxxxxxxxxxxxxxxxxx>, The Solutor <thesolutor@xxxxxxxxx> Message-ID: <497654C4.1000200@xxxxxxxx> 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@xxxxxxxxx>. Signed-off-by: Phil Dibowitz <phil@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/usb/storage/unusual_devs.h | 7 +++++++ 1 file changed, 7 insertions(+) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1599,6 +1599,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NO_WP_DETECT ), +/* Reported by The Solutor <thesolutor@xxxxxxxxx> */ +UNUSUAL_DEV( 0x0fce, 0xd0e1, 0x0000, 0x0000, + "Sony Ericsson", + "MD400", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_IGNORE_DEVICE), + /* Reported by Jan Mate <mate@xxxxxxxxxxxxx> * and by Soeren Sonnenburg <kernel@xxxxxx> */ UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, Patches currently in gregkh-2.6 which might be from phil@xxxxxxxx are usb.current/usb-remove-zte-modem-from-unusual_devices.patch usb.current/usb-storage-support-of-dane-elec-mediatouch-usb-device.patch usb.current/usb-unusual_dev-usb-storage-needs-to-ignore-a-device.patch usb.current/usb-storage-add-another-unusual_dev-for-off-by-one-bug.patch -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html