All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: Shahar Havivi <shaharh@redhat.com>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@suse.de>,
	netdev@vger.kernel.org, davem@davemloft.net
Subject: Re: [PATCH-v2] Added support for usb ethernet (0x0fe6, 0x9700)
Date: Tue, 22 Feb 2011 16:23:44 +0100	[thread overview]
Message-ID: <87hbbwqein.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20110222144110.GG2122@redhat.com> (Shahar Havivi's message of "Tue, 22 Feb 2011 16:41:11 +0200")

>>>>> "Shahar" == Shahar Havivi <shaharh@redhat.com> writes:

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

 Shahar> Signed-off-by: Shahar Havivi <shaharh@redhat.com>

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>

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

 Shahar> diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c
 Shahar> index 02b622e..5002f5b 100644
 Shahar> --- a/drivers/net/usb/dm9601.c
 Shahar> +++ b/drivers/net/usb/dm9601.c
 Shahar> @@ -651,6 +651,10 @@ static const struct usb_device_id products[] = {
 Shahar>  	.driver_info = (unsigned long)&dm9601_info,
 Shahar>  	 },
 Shahar>  	{
 Shahar> +	 USB_DEVICE(0x0fe6, 0x9700),	/* DM9601 USB to Fast Ethernet Adapter */
 Shahar> +	 .driver_info = (unsigned long)&dm9601_info,
 Shahar> +	 },
 Shahar> +	{
 Shahar>  	 USB_DEVICE(0x0a46, 0x9000),	/* DM9000E */
 Shahar>  	 .driver_info = (unsigned long)&dm9601_info,
 Shahar>  	 },
 Shahar> -- 
 Shahar> 1.7.4


-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-02-22 15:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 14:41 [PATCH-v2] Added support for usb ethernet (0x0fe6, 0x9700) Shahar Havivi
2011-02-22 15:23 ` Peter Korsgaard [this message]
2011-02-23 22:32   ` David Miller

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=87hbbwqein.fsf@macbook.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --cc=davem@davemloft.net \
    --cc=gregkh@suse.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.