From: Peter Korsgaard <jacmet@sunsite.dk>
To: Robert Brockway <robert@timetraveller.org>, jeff@garzik.org
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] New device for DM9601 usb net driver
Date: Sun, 10 Feb 2008 20:36:24 +0100 [thread overview]
Message-ID: <874pcgy56v.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <Pine.LNX.4.64.0802071046540.24824@castor.opentrend.net> (Robert Brockway's message of "Thu\, 7 Feb 2008 11\:00\:33 -0500 \(EST\)")
>>>>> "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
next prev parent reply other threads:[~2008-02-10 19:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 16:00 [PATCH] New device for DM9601 usb net driver Robert Brockway
2008-02-10 19:36 ` Peter Korsgaard [this message]
2008-02-17 19:36 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874pcgy56v.fsf@macbook.be.48ers.dk \
--to=jacmet@sunsite.dk \
--cc=jeff@garzik.org \
--cc=netdev@vger.kernel.org \
--cc=robert@timetraveller.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).