]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: option: add huawei k3765 k4505 devices to work properly
authorAndrew Bird <ajb@spheresystems.co.uk>
Fri, 23 Jul 2010 15:04:41 +0000 (16:04 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:19:43 +0000 (13:19 -0700)
commitee49d78499c5326bbfa5d9f2581a2b20083a39b1
tree78aac5bf08410790161c127d1025e5b3104f1f6e
parent2a0c499e3225717a084cce0c2bb93cd2fdc04d1f
USB: option: add huawei k3765 k4505 devices to work properly

commit 0372a754be9aa43e19fd86c9bc04796d43b55e38 upstream.

This patch adds the product IDs of Huawei's K3765 and K4505 mobile
broadband usb modems to option.c. It also adds a quirk to the option
probe function so that binding to the device's network interface(class
0xff) is avoided. This is necessary to allow another driver to bind to
that, and to avoid programs like wvdial opening a nonfunctioning tty
during modem discovery.

Signed-off-by: Andrew Bird <ajb@spheresystems.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c