[kernel] r19571 - in dists/sid/linux/debian: . patches patches/features/all
Ben Hutchings
benh at alioth.debian.org
Sun Dec 2 17:20:08 UTC 2012
Author: benh
Date: Sun Dec 2 17:20:08 2012
New Revision: 19571
Log:
rt2x00: Add device IDs 5362, 5392, 539b (Closes: #694312)
Added:
dists/sid/linux/debian/patches/features/all/rt2x00-Add-RT539b-chipset-support.patch
dists/sid/linux/debian/patches/features/all/wireless-rt2x00-rt2800pci-add-more-RT539x-ids.patch
Modified:
dists/sid/linux/debian/changelog
dists/sid/linux/debian/patches/series
Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog Sun Dec 2 17:07:48 2012 (r19570)
+++ dists/sid/linux/debian/changelog Sun Dec 2 17:20:08 2012 (r19571)
@@ -84,6 +84,7 @@
* ipv6: Treat ND option 31 as userland (DNSSL support) (Closes: #694522)
* Input: i8042 - also perform controller reset when suspending
(Closes: #693934)
+ * rt2x00: Add device IDs 5362, 5392, 539b (Closes: #694312)
[ Ian Campbell ]
* [xen] add support for microcode updating. (Closes: #693053)
Added: dists/sid/linux/debian/patches/features/all/rt2x00-Add-RT539b-chipset-support.patch
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/all/rt2x00-Add-RT539b-chipset-support.patch Sun Dec 2 17:20:08 2012 (r19571)
@@ -0,0 +1,25 @@
+From: "Zero.Lin" <Zero.Lin at mediatek.com>
+Date: Thu, 10 May 2012 10:06:31 +0800
+Subject: rt2x00:Add RT539b chipset support
+
+commit 2aed691540661e9cf6dac5dd2bd8742b9d68399d upstream.
+
+Signed-off-by: Zero.Lin <Zero.Lin at mediatek.com>
+Acked-by: Gertjan van Wingerde <gwingerde at gmail.com>
+Signed-off-by: John W. Linville <linville at tuxdriver.com>
+---
+ drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
+index 931331d..cad25bf 100644
+--- a/drivers/net/wireless/rt2x00/rt2800pci.c
++++ b/drivers/net/wireless/rt2x00/rt2800pci.c
+@@ -1192,6 +1192,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
+ { PCI_DEVICE(0x1814, 0x5390) },
+ { PCI_DEVICE(0x1814, 0x5392) },
+ { PCI_DEVICE(0x1814, 0x539a) },
++ { PCI_DEVICE(0x1814, 0x539b) },
+ { PCI_DEVICE(0x1814, 0x539f) },
+ #endif
+ { 0, }
Added: dists/sid/linux/debian/patches/features/all/wireless-rt2x00-rt2800pci-add-more-RT539x-ids.patch
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ dists/sid/linux/debian/patches/features/all/wireless-rt2x00-rt2800pci-add-more-RT539x-ids.patch Sun Dec 2 17:20:08 2012 (r19571)
@@ -0,0 +1,33 @@
+From: Xose Vazquez Perez <xose.vazquez at gmail.com>
+Date: Sat, 14 Apr 2012 23:33:21 +0200
+Subject: wireless: rt2x00: rt2800pci add more RT539x ids
+
+commit f57d7b6c9db1f9e26da09694b5fcb5650547f7d2 upstream.
+
+RT539x devices:
+(0x1814, 0x5362)
+(0x1814, 0x5392)
+
+Taken from ralink driver 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO
+
+Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
+Acked-by: Gertjan van Wingerde <gwingerde at gmail.com>
+Signed-off-by: John W. Linville <linville at tuxdriver.com>
+---
+ drivers/net/wireless/rt2x00/rt2800pci.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
+index f9f36cf..931331d 100644
+--- a/drivers/net/wireless/rt2x00/rt2800pci.c
++++ b/drivers/net/wireless/rt2x00/rt2800pci.c
+@@ -1188,7 +1188,9 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
+ { PCI_DEVICE(0x1814, 0x3593) },
+ #endif
+ #ifdef CONFIG_RT2800PCI_RT53XX
++ { PCI_DEVICE(0x1814, 0x5362) },
+ { PCI_DEVICE(0x1814, 0x5390) },
++ { PCI_DEVICE(0x1814, 0x5392) },
+ { PCI_DEVICE(0x1814, 0x539a) },
+ { PCI_DEVICE(0x1814, 0x539f) },
+ #endif
Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series Sun Dec 2 17:07:48 2012 (r19570)
+++ dists/sid/linux/debian/patches/series Sun Dec 2 17:20:08 2012 (r19571)
@@ -414,3 +414,5 @@
debian/mm-avoid-ABI-change-in-3.2.33.patch
features/all/ipv6-Treat-ND-option-31-as-userland-DNSSL-support.patch
bugfix/x86/Input-i8042-also-perform-controller-reset-when-suspe.patch
+features/all/wireless-rt2x00-rt2800pci-add-more-RT539x-ids.patch
+features/all/rt2x00-Add-RT539b-chipset-support.patch
More information about the Kernel-svn-changes
mailing list