projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae6961d
)
net: usb: dm9601: Add USB ID of Keenetic Plus DSL
author
Kamil Lorenc
<kamil@re-ws.pl>
Tue, 1 Sep 2020 08:57:38 +0000
(10:57 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 1 Sep 2020 22:35:23 +0000
(15:35 -0700)
Keenetic Plus DSL is a xDSL modem that uses dm9620 as its USB interface.
Signed-off-by: Kamil Lorenc <kamil@re-ws.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/dm9601.c
patch
|
blob
|
history
diff --git
a/drivers/net/usb/dm9601.c
b/drivers/net/usb/dm9601.c
index b91f92e4e5f22d659d89c35d8accc6ef03191b74..915ac75b55fc7c43f55db19b379983216b93de5f 100644
(file)
--- a/
drivers/net/usb/dm9601.c
+++ b/
drivers/net/usb/dm9601.c
@@
-625,6
+625,10
@@
static const struct usb_device_id products[] = {
USB_DEVICE(0x0a46, 0x1269), /* DM9621A USB to Fast Ethernet Adapter */
.driver_info = (unsigned long)&dm9601_info,
},
+ {
+ USB_DEVICE(0x0586, 0x3427), /* ZyXEL Keenetic Plus DSL xDSL modem */
+ .driver_info = (unsigned long)&dm9601_info,
+ },
{}, // END
};