netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch for Sitecom LN-031
@ 2012-03-09  8:11 Joerg Neikes
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Neikes @ 2012-03-09  8:11 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA

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-NmdbQyELdx1A/GT6Tjx8Qw@public.gmane.org>



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




--
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] 4+ messages in thread

* Patch for Sitecom LN-031
@ 2012-03-09  8:44 Joerg Neikes
  2012-03-11 22:53 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Joerg Neikes @ 2012-03-09  8:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-usb, netdev, linux-kernel; +Cc: linux-usb

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>



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





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

* Re: Patch for Sitecom LN-031
  2012-03-09  8:44 Patch for Sitecom LN-031 Joerg Neikes
@ 2012-03-11 22:53 ` David Miller
  2012-03-12 12:02   ` Joerg Neikes
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2012-03-11 22:53 UTC (permalink / raw)
  To: j.neikes; +Cc: gregkh, linux-usb, netdev, linux-kernel

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.

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

* Re: Patch for Sitecom LN-031
  2012-03-11 22:53 ` David Miller
@ 2012-03-12 12:02   ` Joerg Neikes
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Neikes @ 2012-03-12 12:02 UTC (permalink / raw)
  To: David Miller; +Cc: gregkh, linux-usb, netdev, linux-kernel

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.

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

end of thread, other threads:[~2012-03-12 12:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  8:44 Patch for Sitecom LN-031 Joerg Neikes
2012-03-11 22:53 ` David Miller
2012-03-12 12:02   ` Joerg Neikes
  -- strict thread matches above, loose matches on Subject: below --
2012-03-09  8:11 Joerg Neikes

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