netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jacobs <aurel@gnuage.org>
To: netdev@vger.kernel.org
Cc: Aurelien Jacobs <aurel@gnuage.org>
Subject: [PATCH] asix: new device id
Date: Fri, 16 Dec 2011 21:49:22 +0100	[thread overview]
Message-ID: <1324068562-3761-1-git-send-email-aurel@gnuage.org> (raw)
In-Reply-To: <20111216.133227.782560339712731597.davem@davemloft.net>

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

  reply	other threads:[~2011-12-16 21:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1324050921-9007-1-git-send-email-aurel@gnuage.org>
2011-12-16 16:38 ` [PATCH] asix: new device id Jiri Kosina
2011-12-16 18:32   ` David Miller
2011-12-16 20:49     ` Aurelien Jacobs [this message]
2011-12-19 21:00       ` David Miller
2011-12-19 21:22         ` Grant Grundler
2011-12-19 21:25           ` David Miller
2011-12-19 21:34             ` Grant Grundler
2011-12-19 21:38               ` David Miller
2011-12-20  0:41           ` allan

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=1324068562-3761-1-git-send-email-aurel@gnuage.org \
    --to=aurel@gnuage.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;
as well as URLs for NNTP newsgroup(s).