projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25aea7
)
net: usb: qmi_wwan: Add the BroadMobi BM818 card
author
Bob Ham
<bob.ham@puri.sm>
Wed, 24 Jul 2019 14:52:27 +0000
(07:52 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 29 Aug 2019 06:26:38 +0000
(08:26 +0200)
[ Upstream commit
9a07406b00cdc6ec689dc142540739575c717f3c
]
The BroadMobi BM818 M.2 card uses the QMI protocol
Signed-off-by: Bob Ham <bob.ham@puri.sm>
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/usb/qmi_wwan.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/usb/qmi_wwan.c
b/drivers/net/usb/qmi_wwan.c
index 4b0144b2a2523668c518b99034b14baf70b41fac..e2050afaab7a85ae09cecc1c380b2ead6176e7f0 100644
(file)
--- a/
drivers/net/usb/qmi_wwan.c
+++ b/
drivers/net/usb/qmi_wwan.c
@@
-1220,6
+1220,7
@@
static const struct usb_device_id products[] = {
{QMI_FIXED_INTF(0x2001, 0x7e35, 4)}, /* D-Link DWM-222 */
{QMI_FIXED_INTF(0x2020, 0x2031, 4)}, /* Olicard 600 */
{QMI_FIXED_INTF(0x2020, 0x2033, 4)}, /* BroadMobi BM806U */
+ {QMI_FIXED_INTF(0x2020, 0x2060, 4)}, /* BroadMobi BM818 */
{QMI_FIXED_INTF(0x0f3d, 0x68a2, 8)}, /* Sierra Wireless MC7700 */
{QMI_FIXED_INTF(0x114f, 0x68a2, 8)}, /* Sierra Wireless MC7750 */
{QMI_FIXED_INTF(0x1199, 0x68a2, 8)}, /* Sierra Wireless MC7710 in QMI mode */