[kernel] r17710 - in dists/trunk/linux-2.6/debian: . patches/features/all patches/series

Ben Hutchings benh at alioth.debian.org
Mon Jun 20 04:15:32 UTC 2011


Author: benh
Date: Mon Jun 20 04:15:30 2011
New Revision: 17710

Log:
rt2800pci: Add device ID for RT539F device (Closes: #630960)

Added:
   dists/trunk/linux-2.6/debian/patches/features/all/rt2x00-Add-device-ID-for-RT539F-device.patch
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.2
Modified:
   dists/trunk/linux-2.6/debian/changelog

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Mon Jun 20 04:06:18 2011	(r17709)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Jun 20 04:15:30 2011	(r17710)
@@ -4,6 +4,9 @@
   * [x86] enable modular INTEL_OAKTRAIL, ACPI_APEI_PCIEAER.
   * Topconfig enable modular RADIO_WL1273, RADIO_WL128X.
 
+  [ Ben Hutchings ]
+  * rt2800pci: Add device ID for RT539F device (Closes: #630960)
+
  -- maximilian attems <maks at debian.org>  Fri, 17 Jun 2011 16:45:38 +0200
 
 linux-2.6 (3.0.0~rc3-1~experimental.1) experimental; urgency=low

Added: dists/trunk/linux-2.6/debian/patches/features/all/rt2x00-Add-device-ID-for-RT539F-device.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/features/all/rt2x00-Add-device-ID-for-RT539F-device.patch	Mon Jun 20 04:15:30 2011	(r17710)
@@ -0,0 +1,25 @@
+Subject: [PATCH v2] rt2x00: Add device ID for RT539F device.
+From: Gertjan van Wingerde <gwingerde at gmail.com>
+Date: Sat, 04 Jun 2011 15:55:00 -0500
+
+Reported-by: Wim Vander Schelden <wim at fixnum.org>
+Signed-off-by: Gertjan van Wingerde <gwingerde at gmail.com>
+---
+ drivers/net/wireless/rt2x00/rt2800pci.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+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, }
+ };
+-- 
+1.7.5
+

Added: dists/trunk/linux-2.6/debian/patches/series/1~experimental.2
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.2	Mon Jun 20 04:15:30 2011	(r17710)
@@ -0,0 +1 @@
++ features/all/rt2x00-Add-device-ID-for-RT539F-device.patch



More information about the Kernel-svn-changes mailing list