Skip to content

Commit a609d02

Browse files
Kamil Lorencdavem330
Kamil Lorenc
authored andcommitted
net: usb: dm9601: Add USB ID of Keenetic Plus DSL
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>
1 parent ae6961d commit a609d02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/net/usb/dm9601.c

+4
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,10 @@ static const struct usb_device_id products[] = {
625625
USB_DEVICE(0x0a46, 0x1269), /* DM9621A USB to Fast Ethernet Adapter */
626626
.driver_info = (unsigned long)&dm9601_info,
627627
},
628+
{
629+
USB_DEVICE(0x0586, 0x3427), /* ZyXEL Keenetic Plus DSL xDSL modem */
630+
.driver_info = (unsigned long)&dm9601_info,
631+
},
628632
{}, // END
629633
};
630634

0 commit comments

Comments
 (0)