This is a note to let you know that I've just added the patch titled Subject: USB: Remove ZTE modem from unusual_devices to my gregkh-2.6 tree. Its filename is usb-remove-zte-modem-from-unusual_devices.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 14:43:45 2009 From: Phil Dibowitz <phil@xxxxxxxx> Date: Sun, 11 Jan 2009 18:46:20 +0100 Subject: USB: Remove ZTE modem from unusual_devices To: Greg KH <greg@xxxxxxxxx>, USB Dev <linux-usb@xxxxxxxxxxxxxxx>, USB Storage list <usb-storage@xxxxxxxxxxxxxxxxxxxxxxxx>, mauro.andreolini@xxxxxxxxxx, zhao.ming9@xxxxxxxxxx, andreoli@xxxxxxxxxxxxxxxxxx Message-ID: <496A306C.9030506@xxxxxxxx> The ZTE modem entry causes usb-storage to ignore the device, but for some versions of the device, usb-storage mode is required to get to modem ode. For both kinds the tool: http://www.draisberghof.de/usb_modeswitch/ should work. Note that the various versions of the device have the same ProductId, VendorId, and bcdDevice number, so we cannot have the entry for some and not others. Signed-off-by: Phil Dibowitz <phil@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/usb/storage/unusual_devs.h | 10 ---------- 1 file changed, 10 deletions(-) --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -2041,16 +2041,6 @@ UNUSUAL_DEV( 0x1652, 0x6600, 0x0201, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_IGNORE_RESIDUE ), -/* Reported by Mauro Andreolini <andreoli@xxxxxxxxxxxxxxxxxxx> - * This entry is needed to bypass the ZeroCD mechanism - * and to properly load as a modem device. - */ -UNUSUAL_DEV( 0x19d2, 0x2000, 0x0000, 0x0000, - "Onda ET502HS", - "USB MMC Storage", - US_SC_DEVICE, US_PR_DEVICE, NULL, - US_FL_IGNORE_DEVICE), - UNUSUAL_DEV( 0x2116, 0x0320, 0x0001, 0x0001, "ST", "2A", 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 -- 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