The patch titled added support for ASIX 88178 chipset USB Gigabit Ethernet adaptor has been removed from the -mm tree. Its filename is added-support-for-asix-88178-chipset-usb-gigabit-ethernet-adaptor.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptor 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 - 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