* [PATCH] New device for DM9601 usb net driver
@ 2008-02-07 16:00 Robert Brockway
2008-02-10 19:36 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Robert Brockway @ 2008-02-07 16:00 UTC (permalink / raw)
To: jacmet; +Cc: netdev
[-- Attachment #1: Type: TEXT/PLAIN, Size: 330 bytes --]
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"
[-- Attachment #2: Type: TEXT/X-DIFF, Size: 452 bytes --]
--- drivers/net/usb/dm9601.c.old 2008-01-27 00:51:50.000000000 -0500
+++ drivers/net/usb/dm9601.c 2008-02-07 10:27:40.000000000 -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
};
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] New device for DM9601 usb net driver
2008-02-07 16:00 [PATCH] New device for DM9601 usb net driver Robert Brockway
@ 2008-02-10 19:36 ` Peter Korsgaard
2008-02-17 19:36 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2008-02-10 19:36 UTC (permalink / raw)
To: Robert Brockway, jeff; +Cc: netdev
>>>>> "Robert" == Robert Brockway <robert@timetraveller.org> 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 <jacmet@sunsite.dk>
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.000000000 -0500
Robert> +++ drivers/net/usb/dm9601.c 2008-02-07 10:27:40.000000000 -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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] New device for DM9601 usb net driver
2008-02-10 19:36 ` Peter Korsgaard
@ 2008-02-17 19:36 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2008-02-17 19:36 UTC (permalink / raw)
To: Robert Brockway; +Cc: jeff, netdev
>>>>> "Peter" == Peter Korsgaard <jacmet@sunsite.dk> writes:
>>>>> "Robert" == Robert Brockway <robert@timetraveller.org> 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 <jacmet@sunsite.dk>
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-17 19:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07 16:00 [PATCH] New device for DM9601 usb net driver Robert Brockway
2008-02-10 19:36 ` Peter Korsgaard
2008-02-17 19:36 ` Peter Korsgaard
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).