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

Ben Hutchings benh at alioth.debian.org
Sat May 8 20:49:52 UTC 2010


Author: benh
Date: Sat May  8 20:49:50 2010
New Revision: 15645

Log:
rtl8192su: Add IDs for several more devices (Closes: #580740)

Added:
   dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-Add-Sitecom-WL-349.patch
   dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-Support-for-Belkin-F5D8053-v6.patch
   dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-USB-ID-for-0bda-8171.patch
   dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-USB-VID-PID-for-HWNUm-300.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/13

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Sat May  8 20:36:05 2010	(r15644)
+++ dists/sid/linux-2.6/debian/changelog	Sat May  8 20:49:50 2010	(r15645)
@@ -20,6 +20,7 @@
 
   [ Ben Hutchings ]
   * linux-base: Fix typo in disk relabelling code
+  * rtl8192su: Add IDs for several more devices (Closes: #580740)
 
  -- Frederik Schüler <fs at debian.org>  Wed, 05 May 2010 17:54:01 +0200
 

Added: dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-Add-Sitecom-WL-349.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-Add-Sitecom-WL-349.patch	Sat May  8 20:49:50 2010	(r15645)
@@ -0,0 +1,28 @@
+From 64a5a09218626464be35e0229d85b2ab0fcf03fd Mon Sep 17 00:00:00 2001
+From: Rodrigo Linfati <rodrigo at linfati.cl>
+Date: Wed, 28 Apr 2010 22:32:13 +0200
+Subject: [PATCH 3/3] Staging: add Add Sitecom WL-349 to rtl8192su
+
+Add usb id of Sitecom WL-349 to rtl8192su
+
+Signed-off-by: Rodrigo Linfati <rodrigo at linfati.cl>
+Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+---
+ drivers/staging/rtl8192su/r8192U_core.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
+index fcdb9e4..04d9b85 100644
+--- a/drivers/staging/rtl8192su/r8192U_core.c
++++ b/drivers/staging/rtl8192su/r8192U_core.c
+@@ -123,6 +123,7 @@ static const struct usb_device_id rtl8192_usb_id_tbl[] = {
+ 	{USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */
+ 	/* Sitecom */
+ 	{USB_DEVICE(0x0df6, 0x0031)},
++	{USB_DEVICE(0x0df6, 0x004b)},	/* WL-349 */
+ 	/* EnGenius */
+ 	{USB_DEVICE(0x1740, 0x9201)},
+ 	/* Dlink */
+-- 
+1.7.0.3
+

Added: dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-Support-for-Belkin-F5D8053-v6.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-Support-for-Belkin-F5D8053-v6.patch	Sat May  8 20:49:50 2010	(r15645)
@@ -0,0 +1,30 @@
+From d615da093eb0f691a73a754589e2a4a24a6f1ca7 Mon Sep 17 00:00:00 2001
+From: Richard Airlie <richard at backtrace.co.uk>
+Date: Mon, 5 Apr 2010 22:22:46 +0100
+Subject: [PATCH 2/3] staging: rtl8192su: add Support for Belkin F5D8053 v6
+
+Please find attached a patch which adds the device ID for the Belkin
+F5D8053 v6 to the rtl8192su driver. I've tested this in 2.6.34-rc3
+(Ubuntu 9.10 amd64) and the network adapter is working flawlessly.
+
+Signed-off-by: Richard Airlie <richard at backtrace.co.uk>
+Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+---
+ drivers/staging/rtl8192su/r8192U_core.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
+index 03692c8..fcdb9e4 100644
+--- a/drivers/staging/rtl8192su/r8192U_core.c
++++ b/drivers/staging/rtl8192su/r8192U_core.c
+@@ -120,6 +120,7 @@ static const struct usb_device_id rtl8192_usb_id_tbl[] = {
+ 	{USB_DEVICE(0x07aa, 0x0043)},
+ 	/* Belkin */
+ 	{USB_DEVICE(0x050d, 0x805E)},
++	{USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */
+ 	/* Sitecom */
+ 	{USB_DEVICE(0x0df6, 0x0031)},
+ 	/* EnGenius */
+-- 
+1.7.0.3
+

Added: dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-USB-ID-for-0bda-8171.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-USB-ID-for-0bda-8171.patch	Sat May  8 20:49:50 2010	(r15645)
@@ -0,0 +1,27 @@
+From c0087580b8d414f6874cfe93d2653212842fcb44 Mon Sep 17 00:00:00 2001
+From: Pavel Roskin <proski at gnu.org>
+Date: Tue, 9 Mar 2010 23:11:07 -0500
+Subject: [PATCH 1/3] Staging: rtl8192su: add USB ID for 0bda:8171
+
+Signed-off-by: Pavel Roskin <proski at gnu.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+[bwh: Adjust context for 2.6.32]
+---
+ drivers/staging/rtl8192su/r8192U_core.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
+index e16256f..03692c8 100644
+--- a/drivers/staging/rtl8192su/r8192U_core.c
++++ b/drivers/staging/rtl8192su/r8192U_core.c
+@@ -113,6 +113,7 @@ u32 rt_global_debug_component = \
+ 
+ static struct usb_device_id rtl8192_usb_id_tbl[] = {
+ 	/* Realtek */
++	{USB_DEVICE(0x0bda, 0x8171)},
+ 	{USB_DEVICE(0x0bda, 0x8192)},
+ 	{USB_DEVICE(0x0bda, 0x8709)},
+ 	/* Corega */
+-- 
+1.7.0.3
+

Added: dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-USB-VID-PID-for-HWNUm-300.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/features/all/rtl8192su-add-USB-VID-PID-for-HWNUm-300.patch	Sat May  8 20:49:50 2010	(r15645)
@@ -0,0 +1,30 @@
+From 488d3749620779ab2668c0dba2962836e51e3cd6 Mon Sep 17 00:00:00 2001
+From: Stephane Glondu <steph at glondu.net>
+Date: Thu, 17 Dec 2009 15:41:23 +0100
+Subject: [PATCH] staging: rtl8192su: add USB VID/PID for HWNUm-300
+
+The Hercules Wireless N USB mini (HWNUm-300) uses the RTL8191S chipset
+and seems to work with this driver.
+
+Signed-off-by: Stephane Glondu <steph at glondu.net>
+Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+---
+ drivers/staging/rtl8192su/r8192U_core.c |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
+index b06fca0..ccb9d5b 100644
+--- a/drivers/staging/rtl8192su/r8192U_core.c
++++ b/drivers/staging/rtl8192su/r8192U_core.c
+@@ -126,6 +126,8 @@ static struct usb_device_id rtl8192_usb_id_tbl[] = {
+ 	{USB_DEVICE(0x2001, 0x3301)},
+ 	/* Zinwell */
+ 	{USB_DEVICE(0x5a57, 0x0290)},
++	/* Guillemot */
++	{USB_DEVICE(0x06f8, 0xe031)},
+ 	//92SU
+ 	{USB_DEVICE(0x0bda, 0x8172)},
+ 	{}
+-- 
+1.7.0.3
+

Modified: dists/sid/linux-2.6/debian/patches/series/13
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/13	Sat May  8 20:36:05 2010	(r15644)
+++ dists/sid/linux-2.6/debian/patches/series/13	Sat May  8 20:49:50 2010	(r15645)
@@ -4,3 +4,7 @@
 + bugfix/all/SCSI-Enable-retries-for-SYNCRONIZE_CACHE-commands-to.patch
 + bugfix/all/raid6-fix-recovery-performance-regression.patch
 + bugfix/all/SCSI-Retry-commands-with-UNIT_ATTENTION-sense-codes-.patch
++ features/all/rtl8192su-add-USB-VID-PID-for-HWNUm-300.patch
++ features/all/rtl8192su-add-USB-ID-for-0bda-8171.patch
++ features/all/rtl8192su-add-Support-for-Belkin-F5D8053-v6.patch
++ features/all/rtl8192su-Add-Sitecom-WL-349.patch



More information about the Kernel-svn-changes mailing list