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

Ben Hutchings benh at alioth.debian.org
Sat Jan 23 14:21:49 UTC 2010


Author: benh
Date: Sat Jan 23 14:21:47 2010
New Revision: 14989

Log:
Fix patch filename

Added:
   dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patch
      - copied unchanged from r14988, dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patc
Deleted:
   dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patc
Modified:
   dists/trunk/linux-2.6/debian/patches/series/6

Copied: dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patch (from r14988, dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patch	Sat Jan 23 14:21:47 2010	(r14989, copy of r14988, dists/trunk/linux-2.6/debian/patches/features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patc)
@@ -0,0 +1,41 @@
+From 15295380f45aa0d35665f6e5596ac98c081d95b9 Mon Sep 17 00:00:00 2001
+From: Thomas Klute <thomas2.klute at uni-dortmund.de>
+Date: Tue, 17 Nov 2009 11:58:18 +0100
+Subject: [PATCH] ar9170: Add support for D-Link DWA 160 A2
+
+At least two revisions of the D-Link DWA 160 exist, called A1 and A2. A1
+(USB-ID 07d1:3c10) is already listed in usb.c as D-Link DWA 160A. A2
+(USB-ID 07d1:3a09) works if added to ar9170_usb_ids. I didn't do much
+testing until now, but I was able to connect to APs using WPA or WEP and
+transmit data.
+
+Summary:
+
+* Add model revision number to the comment for D-Link DWA 160 A1 (07d1:3c10)
+* Add support for D-Link DWA 160 A2 (07d1:3a09)
+
+Signed-off-by: Thomas Klute <thomas2.klute at uni-dortmund.de>
+Signed-off-by: John W. Linville <linville at tuxdriver.com>
+---
+ drivers/net/wireless/ath/ar9170/usb.c |    4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/drivers/net/wireless/ath/ar9170/usb.c b/drivers/net/wireless/ath/ar9170/usb.c
+index 6bdcdf6..e0799d9 100644
+--- a/drivers/net/wireless/ath/ar9170/usb.c
++++ b/drivers/net/wireless/ath/ar9170/usb.c
+@@ -68,8 +68,10 @@ static struct usb_device_id ar9170_usb_ids[] = {
+ 	{ USB_DEVICE(0x0cf3, 0x1002) },
+ 	/* Cace Airpcap NX */
+ 	{ USB_DEVICE(0xcace, 0x0300) },
+-	/* D-Link DWA 160A */
++	/* D-Link DWA 160 A1 */
+ 	{ USB_DEVICE(0x07d1, 0x3c10) },
++	/* D-Link DWA 160 A2 */
++	{ USB_DEVICE(0x07d1, 0x3a09) },
+ 	/* Netgear WNDA3100 */
+ 	{ USB_DEVICE(0x0846, 0x9010) },
+ 	/* Netgear WN111 v2 */
+-- 
+1.6.5.7
+

Modified: dists/trunk/linux-2.6/debian/patches/series/6
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/6	Sat Jan 23 13:17:19 2010	(r14988)
+++ dists/trunk/linux-2.6/debian/patches/series/6	Sat Jan 23 14:21:47 2010	(r14989)
@@ -1,7 +1,7 @@
 + features/all/be2net-Add-support-for-next-generation-of-BladeEngine.patch
 + features/all/be2net-Add-the-new-PCI-IDs-to-PCI_DEVICE_TABLE.patch
 + features/all/SCSI-mpt2sas-New-device-SAS2208-support-is-added.patch
-+ features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patc
++ features/all/ar9170-Add-support-for-D-Link-DWA-160-A2.patch
 + features/powerpc/fsl-Add-PCI-device-ids-for-new-QoirQ-chips.patch
 + features/arm/davinci-dm646x-Add-support-for-3.x-silicon-revision.patch
 + features/all/hda-Add-PCI-IDs-for-Nvidia-G2xx-series.patch



More information about the Kernel-svn-changes mailing list