All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asix: new device id
@ 2011-12-16 15:55 Aurelien Jacobs
  2011-12-16 16:38 ` Jiri Kosina
  0 siblings, 1 reply; 10+ 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 related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-12-20  0:41 UTC | newest]

Thread overview: 10+ 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
2011-12-16 20:49     ` Aurelien Jacobs
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

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.