Re: [PATCH] New device for DM9601 usb net driver

2008-02-17 Thread Peter Korsgaard
 Peter == Peter Korsgaard [EMAIL PROTECTED] writes:

 Robert == Robert Brockway [EMAIL PROTECTED] writes:
 Robert Hi Peter.  I've verified that the Hirose USB-100 (0x0a47,
 Robert 0x9601) is a clone of the DAVICOM DM9601.  I patched dm9601.c
 Robert to identify this device and now have these in production.
 Robert Unified diff against 2.6.24 attached.

 Peter Thanks!

Could you resend with a proper Signed-off-by: line? (you can add my acked-by)

 Peter Acked-by: Peter Korsgaard [EMAIL PROTECTED]

-- 
Bye, Peter Korsgaard
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] New device for DM9601 usb net driver

2008-02-10 Thread Peter Korsgaard
 Robert == Robert Brockway [EMAIL PROTECTED] writes:

 Robert Hi Peter.  I've verified that the Hirose USB-100 (0x0a47,
 Robert 0x9601) is a clone of the DAVICOM DM9601.  I patched dm9601.c
 Robert to identify this device and now have these in production.
 Robert Unified diff against 2.6.24 attached.

Thanks!

Acked-by: Peter Korsgaard [EMAIL PROTECTED]

 Robert Cheers,

 Robert Rob

 Robert -- 
 Robert With sufficient thrust, pigs fly just fine...
 Robert-- RFC 1925 The Twelve Networking Truths

 Robert --- drivers/net/usb/dm9601.c.old   2008-01-27 00:51:50.0 
-0500
 Robert +++ drivers/net/usb/dm9601.c   2008-02-07 10:27:40.0 -0500
 Robert @@ -590,6 +590,10 @@ static const struct usb_device_id produc
 Robert USB_DEVICE(0x0a46, 0x8515),/* ADMtek ADM8515 USB NIC */
 Robert .driver_info = (unsigned long)dm9601_info,
 Robert },
 Robert +  {
 Robert +  USB_DEVICE(0x0a47, 0x9601),/* Hirose USB-100 */
 Robert +  .driver_info = (unsigned long)dm9601_info,
 Robert +  },
 Robert{}, // END
 Robert  };
 

-- 
Bye, Peter Korsgaard
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] New device for DM9601 usb net driver

2008-02-07 Thread Robert Brockway
Hi Peter.  I've verified that the Hirose USB-100 (0x0a47, 0x9601) is a 
clone of the DAVICOM DM9601.  I patched dm9601.c to identify this device 
and now have these in production.  Unified diff against 2.6.24 attached.


Cheers,

Rob

--
With sufficient thrust, pigs fly just fine...
-- RFC 1925 The Twelve Networking Truths--- drivers/net/usb/dm9601.c.old	2008-01-27 00:51:50.0 -0500
+++ drivers/net/usb/dm9601.c	2008-02-07 10:27:40.0 -0500
@@ -590,6 +590,10 @@ static const struct usb_device_id produc
 	 USB_DEVICE(0x0a46, 0x8515),	/* ADMtek ADM8515 USB NIC */
 	 .driver_info = (unsigned long)dm9601_info,
 	 },
+	{
+	USB_DEVICE(0x0a47, 0x9601),/* Hirose USB-100 */
+	.driver_info = (unsigned long)dm9601_info,
+	},
 	{},			// END
 };