]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: option: add ZD Incorporated HSPA modem
authorJanne Snabb <snabb@epipe.com>
Wed, 28 Dec 2011 19:36:00 +0000 (19:36 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2012 23:52:42 +0000 (15:52 -0800)
commit3c8c9316710b83e906e425024153bf0929887b59
tree2980c1288e7fd90b60f64499ef8f1a952e4bc597
parent18b7ede5f7ee2092aedcb578d3ac30bd5d4fc23c
usb: option: add ZD Incorporated HSPA modem

Add support for Chinese Noname HSPA USB modem which is apparently
manufactured by a company called ZD Incorporated (based on texts in the
Windows drivers).

This product is available at least from Dealextreme (SKU 80032) and
possibly in India with name Olive V-MW250. It is based on Qualcomm
MSM6280 chip.

I needed to also add "options usb-storage quirks=0685:7000:i" in modprobe
configuration because udevd or the kernel keeps poking the embedded
fake-cd-rom which fails and causes the device to reset. There might be
a better way to accomplish the same. usb_modeswitch is not needed with
this device.

Signed-off-by: Janne Snabb <snabb@epipe.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c