netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-v2] Added support for usb ethernet (0x0fe6, 0x9700)
@ 2011-02-22 14:41 Shahar Havivi
  2011-02-22 15:23 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Shahar Havivi @ 2011-02-22 14:41 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: linux-usb, linux-kernel, Greg Kroah-Hartman, netdev

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

Signed-off-by: Shahar Havivi <shaharh@redhat.com>
---
v2:
Fix Peter Korsgaard comments:
got rid of empty line,
move after the 0x8101 device
---
 drivers/net/usb/dm9601.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
index 02b622e..5002f5b 100644
--- a/drivers/net/usb/dm9601.c
+++ b/drivers/net/usb/dm9601.c
@@ -651,6 +651,10 @@ static const struct usb_device_id products[] = {
 	.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,
 	 },
-- 
1.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-23 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 14:41 [PATCH-v2] Added support for usb ethernet (0x0fe6, 0x9700) Shahar Havivi
2011-02-22 15:23 ` Peter Korsgaard
2011-02-23 22:32   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).