[kernel/f14] Add patch to fix rhbz 672056

Josh Boyer jwboyer at fedoraproject.org
Mon Aug 29 23:35:46 UTC 2011


commit a62b54cb1ccdb3ae68c91acc96d042eed9287e52
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Mon Aug 29 19:34:37 2011 -0400

    Add patch to fix rhbz 672056

 asix-add-USB-ID-for-Logitec-LAN-GTJ-U2A.patch |   34 +++++++++++++++++++++++++
 kernel.spec                                   |    7 +++++
 2 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/asix-add-USB-ID-for-Logitec-LAN-GTJ-U2A.patch b/asix-add-USB-ID-for-Logitec-LAN-GTJ-U2A.patch
new file mode 100644
index 0000000..c0d7754
--- /dev/null
+++ b/asix-add-USB-ID-for-Logitec-LAN-GTJ-U2A.patch
@@ -0,0 +1,34 @@
+From f4680d3db71f13d2764340a9880745bf54f2469d Mon Sep 17 00:00:00 2001
+From: Arnaud Ebalard <arno at natisbad.org>
+Date: Wed, 15 Dec 2010 12:16:30 +0000
+Subject: [PATCH] asix: add USB ID for Logitec LAN-GTJ U2A
+
+Logitec LAN-GTJ U2A (http://www.pro.logitec.co.jp/pro/g/gLAN-GTJU2A/)
+USB 2.0 10/10/1000 Ethernet adapter is based on ASIX AX88178 chipset.
+
+This patch adds missing USB ID for the device.
+
+Signed-off-by: Arnaud Ebalard <arno at natisbad.org>
+Signed-off-by: David S. Miller <davem at davemloft.net>
+---
+ drivers/net/usb/asix.c |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
+index aea4645..6140b56 100644
+--- a/drivers/net/usb/asix.c
++++ b/drivers/net/usb/asix.c
+@@ -1508,6 +1508,10 @@ static const struct usb_device_id	products [] = {
+ 	USB_DEVICE (0x0b95, 0x1780),
+ 	.driver_info = (unsigned long) &ax88178_info,
+ }, {
++	// Logitec LAN-GTJ/U2A
++	USB_DEVICE (0x0789, 0x0160),
++	.driver_info = (unsigned long) &ax88178_info,
++}, {
+ 	// Linksys USB200M Rev 2
+ 	USB_DEVICE (0x13b1, 0x0018),
+ 	.driver_info = (unsigned long) &ax88772_info,
+-- 
+1.7.6
+
diff --git a/kernel.spec b/kernel.spec
index ca0a432..4fdee5d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -855,6 +855,9 @@ Patch14020: x86-mm-fix-pgd_lock-deadlock.patch
 # RHBZ #573210
 Patch14030: utrace-use-task_pid_vnr-in-ptrace_report_clone.patch
 
+# RHBZ #672056
+Patch14040: asix-add-USB-ID-for-Logitec-LAN-GTJ-U2A.patch
+
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1609,6 +1612,9 @@ ApplyPatch x86-mm-fix-pgd_lock-deadlock.patch
 # RHBZ #573210
 ApplyPatch utrace-use-task_pid_vnr-in-ptrace_report_clone.patch
 
+# RHBZ #672056
+ApplyPatch asix-add-USB-ID-for-Logitec-LAN-GTJ-U2A.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2197,6 +2203,7 @@ fi
 %changelog
 * Mon Aug 29 2011 Josh Boyer <jwboyer at redhat.com>
 - Add fix from Oleg Nesterov for RHBZ #573210
+- Add patch for RHBZ #672056
 
 * Wed Aug 24 2011 Chuck Ebbert <cebbert at redhat.com>
 - Add fix for RHBZ #699684: System freeze with 2.6.35.12-*.fc14.i686.PAE


More information about the scm-commits mailing list