Add patch to fix rhbz 672056

This commit is contained in:
Josh Boyer 2011-08-29 19:34:37 -04:00
parent 92fb0ab0ab
commit a62b54cb1c
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,34 @@
From f4680d3db71f13d2764340a9880745bf54f2469d Mon Sep 17 00:00:00 2001
From: Arnaud Ebalard <arno@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@natisbad.org>
Signed-off-by: David S. Miller <davem@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

View File

@ -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@redhat.com>
- Add fix from Oleg Nesterov for RHBZ #573210
- Add patch for RHBZ #672056
* Wed Aug 24 2011 Chuck Ebbert <cebbert@redhat.com>
- Add fix for RHBZ #699684: System freeze with 2.6.35.12-*.fc14.i686.PAE