lkml.org 
[lkml]   [2011]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] asix: new device id
From
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.


\
 
 \ /
  Last update: 2011-12-16 19:37    [W:0.709 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site