Skip to content
Snippets Groups Projects
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
No related merge requests found
...@@ -650,6 +650,10 @@ static const struct usb_device_id products[] = { ...@@ -650,6 +650,10 @@ static const struct usb_device_id products[] = {
USB_DEVICE(0x0fe6, 0x8101), /* DM9601 USB to Fast Ethernet Adapter */ USB_DEVICE(0x0fe6, 0x8101), /* DM9601 USB to Fast Ethernet Adapter */
.driver_info = (unsigned long)&dm9601_info, .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 */ USB_DEVICE(0x0a46, 0x9000), /* DM9000E */
.driver_info = (unsigned long)&dm9601_info, .driver_info = (unsigned long)&dm9601_info,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment