From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Shahar Havivi <shaharh@redhat.com>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
Peter Korsgaard <jacmet@sunsite.dk>,
Greg Kroah-Hartman <gregkh@suse.de>,
netdev@vger.kernel.org
Subject: Re: [PATCH] USB 10/100 RJ45 Ethernet Network Adapter
Date: Tue, 22 Feb 2011 22:18:39 +0300 [thread overview]
Message-ID: <4D640C0F.3050703@ru.mvista.com> (raw)
In-Reply-To: <20110222140705.GA6055@redhat.com>
Hello.
Shahar Havivi wrote:
> The device is very similar to (0x0fe6, 0x8101),
> And works well with dm9601 driver.
You should sign off your patch in order for it to be merged.
> ---
> drivers/net/usb/dm9601.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
> diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
> index 02b622e..2d1c8ae 100644
> --- a/drivers/net/usb/dm9601.c
> +++ b/drivers/net/usb/dm9601.c
> @@ -654,6 +654,11 @@ static const struct usb_device_id products[] = {
> USB_DEVICE(0x0a46, 0x9000), /* DM9000E */
> .driver_info = (unsigned long)&dm9601_info,
> },
> + {
> + USB_DEVICE(0x0fe6, 0x9700), /* DM9601 USB to Fast Ethernet Adapter */
> +
Extra empty line shouldn't be here I guess...
> + .driver_info = (unsigned long)&dm9601_info,
> + },
> {}, // END
> };
WBR, Sergei
next prev parent reply other threads:[~2011-02-22 19:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-22 14:07 [PATCH] USB 10/100 RJ45 Ethernet Network Adapter Shahar Havivi
2011-02-22 14:21 ` Peter Korsgaard
2011-02-22 19:18 ` Sergei Shtylyov [this message]
2011-02-22 19:24 ` David Miller
2011-02-22 20:18 ` Sergei Shtylyov
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=4D640C0F.3050703@ru.mvista.com \
--to=sshtylyov@mvista.com \
--cc=gregkh@suse.de \
--cc=jacmet@sunsite.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=shaharh@redhat.com \
/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).