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

Commit 67158ceb authored by Shahar Havivi's avatar Shahar Havivi Committed by David S. Miller
Browse files

Added support for usb ethernet (0x0fe6, 0x9700)



The device is very similar to (0x0fe6, 0x8101),
And works well with dm9601 driver.

Signed-off-by: default avatarShahar Havivi <shaharh@redhat.com>
Acked-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 108f518c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -650,6 +650,10 @@ static const struct usb_device_id products[] = {
	USB_DEVICE(0x0fe6, 0x8101),	/* DM9601 USB to Fast Ethernet Adapter */
	.driver_info = (unsigned long)&dm9601_info,
	 },
	{
	 USB_DEVICE(0x0fe6, 0x9700),	/* DM9601 USB to Fast Ethernet Adapter */
	 .driver_info = (unsigned long)&dm9601_info,
	 },
	{
	 USB_DEVICE(0x0a46, 0x9000),	/* DM9000E */
	 .driver_info = (unsigned long)&dm9601_info,