From: Greg Kroah-Hartman Date: Wed, 10 Oct 2012 01:09:21 +0000 (+0900) Subject: 3.6-stable patches X-Git-Tag: v3.0.46~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19c654f7ca2af01965f57a36282a290407062f2f;p=thirdparty%2Fkernel%2Fstable-queue.git 3.6-stable patches added patches: asix-adds-support-for-lenovo-10-100-usb-dongle.patch --- diff --git a/queue-3.6/asix-adds-support-for-lenovo-10-100-usb-dongle.patch b/queue-3.6/asix-adds-support-for-lenovo-10-100-usb-dongle.patch new file mode 100644 index 00000000000..0aa348982ac --- /dev/null +++ b/queue-3.6/asix-adds-support-for-lenovo-10-100-usb-dongle.patch @@ -0,0 +1,33 @@ +From 66dc81ecd71332783c92fb170950d5ddb43da461 Mon Sep 17 00:00:00 2001 +From: Quinlan Pfiffer +Date: Fri, 28 Sep 2012 19:58:44 +0000 +Subject: asix: Adds support for Lenovo 10/100 USB dongle. + +From: Quinlan Pfiffer + +commit 66dc81ecd71332783c92fb170950d5ddb43da461 upstream. + +This dongle ships with the X1 Carbon, and has an AX88772B +usb to ethernet chip in it. + +Signed-off-by: Quinlan Pfiffer +Signed-off-by: David S. Miller +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/net/usb/asix_devices.c | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/drivers/net/usb/asix_devices.c ++++ b/drivers/net/usb/asix_devices.c +@@ -930,6 +930,10 @@ static const struct usb_device_id produc + USB_DEVICE (0x04f1, 0x3008), + .driver_info = (unsigned long) &ax8817x_info, + }, { ++ // Lenovo U2L100P 10/100 ++ USB_DEVICE (0x17ef, 0x7203), ++ .driver_info = (unsigned long) &ax88772_info, ++}, { + // ASIX AX88772B 10/100 + USB_DEVICE (0x0b95, 0x772b), + .driver_info = (unsigned long) &ax88772_info, diff --git a/queue-3.6/series b/queue-3.6/series index bc4789b1a18..72341513dca 100644 --- a/queue-3.6/series +++ b/queue-3.6/series @@ -105,3 +105,4 @@ efi-build-efi-stub-with-efi-appropriate-options.patch efi-initialize-efi.runtime_version-to-make-query_variable_info-update_capsule-workable.patch em28xx-regression-fix-use-drx-k-sync-firmware-requests-on-em28xx.patch sched-fix-load-avg-vs.-cpu-hotplug.patch +asix-adds-support-for-lenovo-10-100-usb-dongle.patch