[kernel] rt2x00: Add device ID for RT539F device. (rhbz 720594)

John W. Linville linville at fedoraproject.org
Tue Jul 12 18:43:03 UTC 2011


commit b054bb08212e7c8c1be87f2126bf2d2196da36d5
Author: John W. Linville <linville at tuxdriver.com>
Date:   Tue Jul 12 14:40:06 2011 -0400

    rt2x00: Add device ID for RT539F device. (rhbz 720594)

 kernel.spec                                        |    7 ++++++
 ....6-rt2x00-Add-device-ID-for-RT539F-device.patch |   23 ++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 916eae4..858dd49 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -685,6 +685,8 @@ Patch12016: disable-i8042-check-on-apple-mac.patch
 
 Patch12018: neuter_intel_microcode_load.patch
 
+Patch12019: linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch
+
 # Runtime power management
 Patch12203: linux-2.6-usb-pci-autosuspend.patch
 Patch12204: linux-2.6-enable-more-pci-autosuspend.patch
@@ -1257,6 +1259,8 @@ ApplyPatch add-appleir-usb-driver.patch
 
 ApplyPatch neuter_intel_microcode_load.patch
 
+ApplyPatch linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch
+
 # Runtime PM
 #ApplyPatch linux-2.6-usb-pci-autosuspend.patch
 ### Broken by implicit notify support & ACPICA rebase
@@ -1876,6 +1880,9 @@ fi
 # and build.
 
 %changelog
+* Tue Jul 12 2011 John W. Linville <linville at redhat.com>
+- rt2x00: Add device ID for RT539F device. (rhbz 720594)
+
 * Tue Jul 12 2011 Kyle McMartin <kmcmartin at redhat.com> 3.0-0.rc7.git0.1
 - Linux 3.0-rc7, hopefully the last before the Great Renumbering becomes
   official.
diff --git a/linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch b/linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch
new file mode 100644
index 0000000..abf01cf
--- /dev/null
+++ b/linux-2.6-rt2x00-Add-device-ID-for-RT539F-device.patch
@@ -0,0 +1,23 @@
+commit 71e0b38c2914018b01f3f08b43ee9e3328197699
+Author: Gertjan van Wingerde <gwingerde at gmail.com>
+Date:   Wed Jul 6 22:58:55 2011 +0200
+
+    rt2x00: Add device ID for RT539F device.
+    
+    Reported-by: Wim Vander Schelden <wim at fixnum.org>
+    Signed-off-by: Gertjan van Wingerde <gwingerde at gmail.com>
+    Signed-off-by: Ivo van Doorn <IvDoorn at gmail.com>
+    Signed-off-by: John W. Linville <linville at tuxdriver.com>
+
+diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
+index 5513edf..fd99449 100644
+--- a/drivers/net/wireless/rt2x00/rt2800pci.c
++++ b/drivers/net/wireless/rt2x00/rt2800pci.c
+@@ -1160,6 +1160,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
+ #endif
+ #ifdef CONFIG_RT2800PCI_RT53XX
+ 	{ PCI_DEVICE(0x1814, 0x5390) },
++	{ PCI_DEVICE(0x1814, 0x539f) },
+ #endif
+ 	{ 0, }
+ };


More information about the scm-commits mailing list