]> git.baikalelectronics.ru Git - kernel.git/commit
net: qmi_wwan: add Gobi and Pantech UML290 device IDs
authorBjørn Mork <bjorn@mork.no>
Fri, 9 Mar 2012 11:35:06 +0000 (12:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Mar 2012 21:11:01 +0000 (13:11 -0800)
commitfc8aa10387d9916bcdf4859f33a736d87e051671
treefbd5fbf2227b89f36b8449a7796a284819e8cb23
parentd39701364306041af45ed5fc9603ca8f0e055e1a
net: qmi_wwan: add Gobi and Pantech UML290 device IDs

Adding the Pantech UML290 and all non-QDL Gobi device IDs from the
qcserial driver now that we have support for shared net/QMI USB
interfaces.  Most of these are not yet tested with this driver, but
should be mostly identical to tested devices, except for device IDs.

Gobi devices provide several different interfaces (serial/net/other)
using the exact same class, subclass and protocol values.  This driver
will only support the net/QMI function while there are other drivers
supporting other device functions. The net/QMI interface number may
also differ from device to device.  It has been noted that all the
other interfaces have additional functional descriptors, so we use that
to detect the interface supported by this driver.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/qmi_wwan.c