projects
/
wrapfs-3.12.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e7a3ed
)
USB: serial: qcserial: add Dell DW5811e
author
Bjørn Mork
<bjorn@mork.no>
Fri, 17 Mar 2017 16:21:28 +0000
(17:21 +0100)
committer
Jiri Slaby
<jslaby@suse.cz>
Fri, 7 Apr 2017 08:38:25 +0000
(10:38 +0200)
commit
436ecf5519d892397af133a79ccd38a17c25fa51
upstream.
This is a Dell branded Sierra Wireless EM7455.
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/usb/serial/qcserial.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/qcserial.c
b/drivers/usb/serial/qcserial.c
index 25f97da78989931f397ecb8439fbce1eafbd2455..c811c2dc1ae3e7fb4af23b5d8742faeea29cd1cd 100644
(file)
--- a/
drivers/usb/serial/qcserial.c
+++ b/
drivers/usb/serial/qcserial.c
@@
-166,6
+166,8
@@
static const struct usb_device_id id_table[] = {
{DEVICE_SWI(0x413c, 0x81a9)}, /* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */
{DEVICE_SWI(0x413c, 0x81b1)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card */
{DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
+ {DEVICE_SWI(0x413c, 0x81b5)}, /* Dell Wireless 5811e QDL */
+ {DEVICE_SWI(0x413c, 0x81b6)}, /* Dell Wireless 5811e QDL */
{ } /* Terminating entry */
};