netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] asix: new device ids
@ 2009-02-24  0:08 Greg KH
  2009-02-25  7:52 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2009-02-24  0:08 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	Armani Liao

From: Greg Kroah-Hartman <gregkh-l3A5Bk7waGM@public.gmane.org>

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-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
Cc: stable <stable-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Signed-off-by: Greg Kroah-Hartman <gregkh-l3A5Bk7waGM@public.gmane.org>

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

--- 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
 };
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] asix: new device ids
  2009-02-24  0:08 [PATCH] asix: new device ids Greg KH
@ 2009-02-25  7:52 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-02-25  7:52 UTC (permalink / raw)
  To: greg; +Cc: netdev, linux-usb, aliao

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-25  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24  0:08 [PATCH] asix: new device ids Greg KH
2009-02-25  7:52 ` David Miller

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).