[kernel] r19607 - in dists/sid/linux/debian: . patches patches/features/all

Ben Hutchings benh at alioth.debian.org
Sun Dec 16 12:48:57 UTC 2012


Author: benh
Date: Sun Dec 16 12:48:56 2012
New Revision: 19607

Log:
asix: Add support for Lenovo 10/100 USB dongle

Added:
   dists/sid/linux/debian/patches/features/all/asix-Adds-support-for-Lenovo-10-100-USB-dongle.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Sat Dec 15 01:10:19 2012	(r19606)
+++ dists/sid/linux/debian/changelog	Sun Dec 16 12:48:56 2012	(r19607)
@@ -4,6 +4,7 @@
   * [rt] Update to 3.2.35-rt52
   * audit: Increase maximum number of names logged per syscall to 30
     (Closes: #631799)
+  * asix: Add support for Lenovo 10/100 USB dongle
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 10 Dec 2012 13:13:53 +0000
 

Added: dists/sid/linux/debian/patches/features/all/asix-Adds-support-for-Lenovo-10-100-USB-dongle.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/all/asix-Adds-support-for-Lenovo-10-100-USB-dongle.patch	Sun Dec 16 12:48:56 2012	(r19607)
@@ -0,0 +1,29 @@
+From: Quinlan Pfiffer <qpfiffer at gmail.com>
+Date: Fri, 28 Sep 2012 19:58:44 +0000
+Subject: asix: Adds support for Lenovo 10/100 USB dongle.
+
+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 at gmail.com>
+Signed-off-by: David S. Miller <davem at davemloft.net>
+[bwh: Backported to 3.2: adjust filename]
+---
+ drivers/net/usb/asix.c |    4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- a/drivers/net/usb/asix.c
++++ b/drivers/net/usb/asix.c
+@@ -1616,6 +1616,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,

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Sat Dec 15 01:10:19 2012	(r19606)
+++ dists/sid/linux/debian/patches/series	Sun Dec 16 12:48:56 2012	(r19607)
@@ -432,3 +432,4 @@
 bugfix/all/exec-use-ELOOP-for-max-recursion-depth.patch
 bugfix/all/megaraid_sas-fix-memory-leak-if-SGL-has-zero-length-entries.patch
 debian/audit-increase-AUDIT_NAMES.patch
+features/all/asix-Adds-support-for-Lenovo-10-100-USB-dongle.patch



More information about the Kernel-svn-changes mailing list