diff mbox

Patch for Sitecom LN-031

Message ID 1331282643.5426.6.camel@mobile
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Joerg Neikes March 9, 2012, 8:44 a.m. UTC
This patch adds support for the Sitecom LN-031 USB adapter with a AX88178 chip.

Added USB id to find correct driver for AX88178 1000 Ethernet adapter.

Signed-off-by: Joerg Neikes <j.neikes@midlandgate.de>







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



--
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 March 11, 2012, 10:53 p.m. UTC | #1
From: Joerg Neikes <j.neikes@midlandgate.de>
Date: Fri, 09 Mar 2012 09:44:03 +0100

> This patch adds support for the Sitecom LN-031 USB adapter with a AX88178 chip.
> 
> Added USB id to find correct driver for AX88178 1000 Ethernet adapter.
> 
> Signed-off-by: Joerg Neikes <j.neikes@midlandgate.de>

Applied, but please put more appropriate content in your subject
lines in the future.

You should, at a minimum, prefix the subject line with the driver or
subsystem name you are modifying.  In this case something like
"asix: " would have been appropriate.
--
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
Joerg Neikes March 12, 2012, 12:02 p.m. UTC | #2
Am Sonntag, den 11.03.2012, 15:53 -0700 schrieb David Miller:
> From: Joerg Neikes <j.neikes@midlandgate.de>
> Date: Fri, 09 Mar 2012 09:44:03 +0100
> 
> > This patch adds support for the Sitecom LN-031 USB adapter with a AX88178 chip.
> > 
> > Added USB id to find correct driver for AX88178 1000 Ethernet adapter.
> > 
> > Signed-off-by: Joerg Neikes <j.neikes@midlandgate.de>
> 
> Applied, but please put more appropriate content in your subject
> lines in the future.
> 
> You should, at a minimum, prefix the subject line with the driver or
> subsystem name you are modifying.  In this case something like
> "asix: " would have been appropriate.
> 

Thanks for the information about the subsystem.
Next time i will write it to the subject line.

This was my first change ever send for Kernel adding.


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

--- linux-3.2.6-gentoo/drivers/net/usb/asix.c	2012-02-14 14:54:11.079152551 +0100
+++ linux-3.2.9-gentoo/drivers/net/usb/asix.c	2012-03-09 00:01:34.657806558 +0100
@@ -1595,6 +1595,10 @@  static const struct usb_device_id	produc
 	USB_DEVICE (0x6189, 0x182d),
 	.driver_info =  (unsigned long) &ax8817x_info,
 }, {
+	// Sitecom LN-031 "USB 2.0 10/100/1000 Ethernet adapter"
+	USB_DEVICE (0x0df6, 0x0056),
+	.driver_info =  (unsigned long) &ax88178_info,
+}, {
 	// corega FEther USB2-TX
 	USB_DEVICE (0x07aa, 0x0017),
 	.driver_info =  (unsigned long) &ax8817x_info,