]> git.baikalelectronics.ru Git - kernel.git/commit
usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems
authorBjørn Mork <bjorn@mork.no>
Wed, 25 Jan 2012 12:03:29 +0000 (13:03 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Jan 2012 19:26:02 +0000 (11:26 -0800)
commit633b2e5882038b9fa8476cba44a28e98b4c9f8c2
tree1eff7fdbc3c32b0c210df5381386067e9563fe4a
parentd3912cd6497906d0157ed911edb0a914652cc386
usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems

[v2: Editorial changes suggested by Sergei Shtylyov]

These modems use the Qualcomm MSM Interface (QMI) protocol for
management of their CDC ECM like wwan interface.  This driver
is perfect for exporting the protocol to userspace.

The created character device will be indistinguishable from a
common AT command based Device Management interface, so
userspace applications must do some intelligent matching
on the USB device.

Cc: Sergei Shtylyov <sshtylyov@mvista.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Acked-by: Oliver Neukum <oneukum@suse.de>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-wdm.c