net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devices
authorBjørn Mork <bjorn@mork.no>
Thu, 19 Jan 2012 15:37:22 +0000 (15:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jan 2012 21:59:47 +0000 (16:59 -0500)
commit9b28ecd66b391349d3492574500f978566195454
treeddda023dbb11220128d5de0c0ffee879eea57454
parent8a3b7a252dca9fb28c23b5bf76c49180a2b60d3b
net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devices

Some WWAN LTE/3G devices based on chipsets from Qualcomm provide
near standard CDC ECM interfaces in addition to the usual serial
interfaces.   The Huawei E392/E398 are examples of such devices.

These typically cannot be fully configured using AT commands
over a serial interface.  It is necessary to speak the proprietary
Qualcomm MSM Interface (QMI) protocol to the device to enable the
ethernet proxy functionality.

The devices embed the QMI protocol in CDC on the control interface,
using standard CDC commands and notifications. The do not otherwise
use CDC commands for the ethernet function.  This driver does
therefore not need access to any other aspects of the control
interface than the descriptors attached to it.

Another driver, cdc-wdm, will provide userspace access to the
QMI protocol independently of this driver.  To facilitate this,
this driver avoids binding to the control interface, and uses
only the associated data interface after parsing the common CDC
functional descriptors on the control interface.

You will want both the cdc-wdm and option drivers as companions to
this driver, to have full access to all interfaces and protocols
exported by the device.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/Kconfig
drivers/net/usb/Makefile
drivers/net/usb/qmi_wwan.c [new file with mode: 0644]