USB option driver K3765/K4505 avoid CDC_DATA interface
authorAndrew Bird <ajb@spheresystems.co.uk>
Tue, 16 Aug 2011 23:20:03 +0000 (00:20 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Aug 2011 20:55:51 +0000 (13:55 -0700)
commit6118514e8749105334f46ccec6faf9a439be6cf9
treea0e0b84fb6202c1f4107d3e0ab3ac8d3c742b26b
parentc6eb2d75ffcdfafa37ff010bf467de20d468ef79
USB option driver K3765/K4505 avoid CDC_DATA interface

Currently the Option driver avoids binding interface 1 on Huawei K3765
and K4505 broadband modems as it should be handled by the cdc_ether
driver instead. This patch ensures we don't bind the interface 2
on those devices as that is CDC_DATA.

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