[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAOui-B41NjqGQVYhF3nk-WUwmH_6AsTD8F5bqZTVUtzWJv8nEw@mail.gmail.com>
Date: Sat, 19 Nov 2011 18:54:21 +0100
From: Lars Schmohl <lars.schmohl@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] ASIX: Add Asus ASIX USB ID
From: Lars Schmohl <lars.schmohl@...il.com>
This device is bundled together with the Asus UX21E/UX31E laptops
Signed-off-by: Lars Schmohl <lars.schmohl@...il.com>
---
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 e81e22e..6947168 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1619,6 +1619,10 @@ static const struct usb_device_id products [] = {
// ASIX 88772a
USB_DEVICE(0x0db0, 0xa877),
.driver_info = (unsigned long) &ax88772_info,
+}, {
+ /* ASUS ASIX */
+ USB_DEVICE(0x0b95, 0x7e2b),
+ .driver_info = (unsigned long) &ax88772_info,
},
{ }, // END
};
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists