diff mbox

asix: new device ids

Message ID 20090224000846.GA21368@kroah.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Greg KH Feb. 24, 2009, 12:08 a.m. UTC
From: Greg Kroah-Hartman <gregkh@suse.de>

This patch adds two new device ids to the asix driver.

One comes directly from the asix driver on their web site, the other was
reported by Armani Liao as needed for the MSI X320 to get the driver to
work properly for it.

Reported-by: Armani Liao <aliao@novell.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/net/usb/asix.c |    8 ++++++++
 1 file changed, 8 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Feb. 25, 2009, 7:52 a.m. UTC | #1
From: Greg KH <greg@kroah.com>
Date: Mon, 23 Feb 2009 16:08:46 -0800

> This patch adds two new device ids to the asix driver.
> 
> One comes directly from the asix driver on their web site, the other was
> reported by Armani Liao as needed for the MSI X320 to get the driver to
> work properly for it.
> 
> Reported-by: Armani Liao <aliao@novell.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1451,6 +1451,14 @@  static const struct usb_device_id	produc
 	// Cables-to-Go USB Ethernet Adapter
 	USB_DEVICE(0x0b95, 0x772a),
 	.driver_info = (unsigned long) &ax88772_info,
+}, {
+	// ABOCOM for pci
+	USB_DEVICE(0x14ea, 0xab11),
+	.driver_info = (unsigned long) &ax88178_info,
+}, {
+	// ASIX 88772a
+	USB_DEVICE(0x0db0, 0xa877),
+	.driver_info = (unsigned long) &ax88772_info,
 },
 	{ },		// END
 };