projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b12a0c3
)
net: qmi_wwan: add support for Cinterion PXS8 and PHS8
author
Aleksander Morgado
<
[email protected]
>
Wed, 12 Feb 2014 14:55:14 +0000
(15:55 +0100)
committer
David S. Miller
<
[email protected]
>
Thu, 13 Feb 2014 23:23:26 +0000
(18:23 -0500)
When the PXS8 and PHS8 devices show up with PID 0x0053 they will expose both a
QMI port and a WWAN interface.
CC: Hans-Christoph Schemmel <
[email protected]
>
CC: Christian Schmiedl <
[email protected]
>
CC: Nicolaus Colberg <
[email protected]
>
CC: David McCullough <
[email protected]
>
Signed-off-by: Aleksander Morgado <
[email protected]
>
Acked-by: Bjørn Mork <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/usb/qmi_wwan.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/qmi_wwan.c
b/drivers/net/usb/qmi_wwan.c
index ff5c87128ffe90066e734fa200015b4cd4cc49c3..1eddd43b2f32f80073c0d2e48b50c3a471e1ba7d 100644
(file)
--- a/
drivers/net/usb/qmi_wwan.c
+++ b/
drivers/net/usb/qmi_wwan.c
@@
-732,6
+732,7
@@
static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x1bc7, 0x1201, 2)}, /* Telit LE920 */
{QMI_FIXED_INTF(0x0b3c, 0xc005, 6)}, /* Olivetti Olicard 200 */
{QMI_FIXED_INTF(0x1e2d, 0x0060, 4)}, /* Cinterion PLxx */
+ {QMI_FIXED_INTF(0x1e2d, 0x0053, 4)}, /* Cinterion PHxx,PXxx */
/* 4. Gobi 1000 devices */
{QMI_GOBI1K_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */