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>
Tue, 10 Aug 2010 21:35:43 +0000 (14:35 -0700)
commit0372a754be9aa43e19fd86c9bc04796d43b55e38
treeb0ddb1b60971ce208913a6d8b72ea85b2b398c2e
parent567064916e4fe32af81b89e473a1e4f40c64b27b
USB: option: add huawei k3765 k4505 devices to work properly

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c