Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2ece46d authored by Kamil Lorenc's avatar Kamil Lorenc Committed by Greg Kroah-Hartman
Browse files

net: usb: dm9601: Add USB ID of Keenetic Plus DSL



[ Upstream commit a609d0259183a841621f252e067f40f8cc25d6f6 ]

Keenetic Plus DSL is a xDSL modem that uses dm9620 as its USB interface.

Signed-off-by: default avatarKamil Lorenc <kamil@re-ws.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3a5cb67
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
};