projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16b874
)
net: usb: qmi_wwan: add Telit LE910Cx 0x1230 composition
author
Daniele Palmas
<dnlplm@gmail.com>
Mon, 2 Nov 2020 11:01:08 +0000
(12:01 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 3 Nov 2020 21:23:45 +0000
(13:23 -0800)
Add support for Telit LE910Cx 0x1230 composition:
0x1230: tty, adb, rmnet, audio, tty, tty, tty, tty
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Acked-by: Bjørn Mork <bjorn@mork.no>
Link:
https://lore.kernel.org/r/20201102110108.17244-1-dnlplm@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
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 a322f51873d011dfd0272fcdc6e2253b38bf6c66..581ed51abb53293a49edac567d6e25a67e4fbaae 100644
(file)
--- a/
drivers/net/usb/qmi_wwan.c
+++ b/
drivers/net/usb/qmi_wwan.c
@@
-1309,6
+1309,7
@@
static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x1bc7, 0x1101, 3)}, /* Telit ME910 dual modem */
{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1201, 2)}, /* Telit LE920, LE920A4 */
+ {QMI_QUIRK_SET_DTR(0x1bc7, 0x1230, 2)}, /* Telit LE910Cx */
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1260, 2)}, /* Telit LE910Cx */
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1261, 2)}, /* Telit LE910Cx */
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1900, 1)}, /* Telit LN940 series */