+ added-support-for-asix-88178-chipset-usb-gigabit-ethernet-adaptor.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     added support for ASIX 88178 chipset USB Gigabit Ethernet adaptor

has been added to the -mm tree.  Its filename is

     added-support-for-asix-88178-chipset-usb-gigabit-ethernet-adaptor.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this


From: Eduard Warkentin <eduard.warkentin@xxxxxx>

Add support for detection and dworking with a ASIX 88178 based USB-Gigabit
adaptor.  With the patch, it is detected and handled correctly by the asix
module.

Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/usb/net/asix.c |    4 ++++
 1 files changed, 4 insertions(+)

diff -puN drivers/usb/net/asix.c~added-support-for-asix-88178-chipset-usb-gigabit-ethernet-adaptor drivers/usb/net/asix.c
--- devel/drivers/usb/net/asix.c~added-support-for-asix-88178-chipset-usb-gigabit-ethernet-adaptor	2006-05-18 01:12:42.000000000 -0700
+++ devel-akpm/drivers/usb/net/asix.c	2006-05-18 01:12:58.000000000 -0700
@@ -912,6 +912,10 @@ static const struct usb_device_id	produc
         USB_DEVICE (0x0b95, 0x7720),
         .driver_info = (unsigned long) &ax88772_info,
 }, {
+	// ASIX AX88178 10/100/1000
+	USB_DEVICE (0x0b95, 0x1780),
+	.driver_info = (unsigned long) &ax88772_info,
+}, {
 	// Linksys USB200M Rev 2
 	USB_DEVICE (0x13b1, 0x0018),
 	.driver_info = (unsigned long) &ax88772_info,
_

Patches currently in -mm which might be from eduard.warkentin@xxxxxx are

added-support-for-asix-88178-chipset-usb-gigabit-ethernet-adaptor.patch

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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux