]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Oct 2012 01:09:21 +0000 (10:09 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Oct 2012 01:09:21 +0000 (10:09 +0900)
added patches:
asix-adds-support-for-lenovo-10-100-usb-dongle.patch

queue-3.6/asix-adds-support-for-lenovo-10-100-usb-dongle.patch [new file with mode: 0644]
queue-3.6/series

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 (file)
index 0000000..0aa3489
--- /dev/null
@@ -0,0 +1,33 @@
+From 66dc81ecd71332783c92fb170950d5ddb43da461 Mon Sep 17 00:00:00 2001
+From: Quinlan Pfiffer <qpfiffer@gmail.com>
+Date: Fri, 28 Sep 2012 19:58:44 +0000
+Subject: asix: Adds support for Lenovo 10/100 USB dongle.
+
+From: Quinlan Pfiffer <qpfiffer@gmail.com>
+
+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 <qpfiffer@gmail.com>
+Signed-off-by: David S. Miller <davem@davemloft.net>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ 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,
index bc4789b1a180db233d4eea4964fc2fcde6fc1658..72341513dcacc6d2d07e13abec9ef7d06dbf05d8 100644 (file)
@@ -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