* [PATCH] asix: new device id
@ 2011-12-16 15:55 Aurelien Jacobs
2011-12-16 16:38 ` Jiri Kosina
0 siblings, 1 reply; 3+ messages in thread
From: Aurelien Jacobs @ 2011-12-16 15:55 UTC (permalink / raw)
To: linux-kernel; +Cc: Aurelien Jacobs
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
};
--
1.7.7.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] asix: new device id
2011-12-16 15:55 [PATCH] asix: new device id Aurelien Jacobs
@ 2011-12-16 16:38 ` Jiri Kosina
2011-12-16 18:32 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2011-12-16 16:38 UTC (permalink / raw)
To: Aurelien Jacobs; +Cc: linux-kernel, netdev
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.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] asix: new device id
2011-12-16 16:38 ` Jiri Kosina
@ 2011-12-16 18:32 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2011-12-16 18:32 UTC (permalink / raw)
To: jkosina; +Cc: aurel, linux-kernel, netdev
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-12-16 18:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-16 15:55 [PATCH] asix: new device id Aurelien Jacobs
2011-12-16 16:38 ` Jiri Kosina
2011-12-16 18:32 ` David Miller
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®