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)
commitb086cf04fc1bfc89b306aab2fb0f67e3cc294037
treefbd5fbf2227b89f36b8449a7796a284819e8cb23
parentc3ecb08abef7690c6bc2d22f099cf3ee56881a30
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