From: David Miller <davem@davemloft.net>
To: jkosina@suse.cz
Cc: aurel@gnuage.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH] asix: new device id
Date: Fri, 16 Dec 2011 13:32:27 -0500 (EST) [thread overview]
Message-ID: <20111216.133227.782560339712731597.davem@davemloft.net> (raw)
In-Reply-To: <alpine.LRH.2.00.1112161737040.15661@twin.jikos.cz>
From: Jiri Kosina <jkosina@suse.cz>
Date: Fri, 16 Dec 2011 17:38:13 +0100 (CET)
> On Fri, 16 Dec 2011, Aurelien Jacobs wrote:
>
>> Adds the device id needed for the USB Ethernet Adapter delivered by
>> ASUS with their Zenbook.
>>
>> Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
>> ---
>> drivers/net/usb/asix.c | 4 ++++
>> 1 files changed, 4 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
>> index e6fed4d..e95f0e6 100644
>> --- a/drivers/net/usb/asix.c
>> +++ b/drivers/net/usb/asix.c
>> @@ -1655,6 +1655,10 @@ static const struct usb_device_id products [] = {
>> // ASIX 88772a
>> USB_DEVICE(0x0db0, 0xa877),
>> .driver_info = (unsigned long) &ax88772_info,
>> +}, {
>> + // Asus USB Ethernet Adapter
>> + USB_DEVICE (0x0b95, 0x7e2b),
>> + .driver_info = (unsigned long) &ax88772_info,
>> },
>> { }, // END
>> };
>
> Adding netdev to CC so that it doesn't get lost.
Only submitting the actual patch, unquoted, to netdev makes sure it gets
queued up in patchwork, and therefore not lost.
prev parent reply other threads:[~2011-12-16 18:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-16 15:55 Aurelien Jacobs
2011-12-16 16:38 ` Jiri Kosina
2011-12-16 18:32 ` David Miller [this message]
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=20111216.133227.782560339712731597.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=aurel@gnuage.org \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.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
all inboxes | Powered by JetHome®