packages (LINUX_2_6_33): kernel/kernel.spec, kernel/rtl8192su.xff.patch (NE...

glen glen at pld-linux.org
Fri May 21 16:38:20 CEST 2010


Author: glen                         Date: Fri May 21 14:38:20 2010 GMT
Module: packages                      Tag: LINUX_2_6_33
---- Log message:
- add rtl8192su.xff.patch

---- Files affected:
packages/kernel:
   kernel.spec (1.783 -> 1.783.2.1) , rtl8192su.xff.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.783 packages/kernel/kernel.spec:1.783.2.1
--- packages/kernel/kernel.spec:1.783	Thu May 13 08:29:09 2010
+++ packages/kernel/kernel.spec	Fri May 21 16:38:14 2010
@@ -272,6 +272,9 @@
 # Taken from http://download.opensuse.org/factory/repo/src-oss/suse/src/kernel-source-2.6.30-10.3.src.rpm
 Patch90:	kernel-mpt-fusion.patch
 
+# http://blog.xff.lt/2009/12/28/canyon-cnp-wf518n2-usb-wireless-linux/
+Patch94:	http://xff.lt/stuff/canyon-wifi/rtl8192su.xff.patch
+
 # based on http://vserver.13thfloor.at/Experimental/patch-2.6.33.2-vs2.3.0.36.30.4.diff
 Patch100:	kernel-vserver-2.3.patch
 Patch101:	kernel-vserver-fixes.patch
@@ -788,10 +791,14 @@
 # hostap enhancements from/for aircrack-ng
 %patch85 -p1
 
+
 # LSI MPT Fusion driver update (by LSI via SUSE folks)
 # FIXME!
 #%patch90 -p1
 
+# Realtek USB WiFi
+%patch94 -p0
+
 # vserver
 %if %{with vserver}
 %patch100 -p1
@@ -1600,6 +1607,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.783.2.1  2010/05/21 14:38:14  glen
+- add rtl8192su.xff.patch
+
 Revision 1.783  2010/05/13 06:29:09  arekm
 - up to 2.6.33.4
 

================================================================
Index: packages/kernel/rtl8192su.xff.patch
diff -u /dev/null packages/kernel/rtl8192su.xff.patch:1.1
--- /dev/null	Fri May 21 16:38:20 2010
+++ packages/kernel/rtl8192su.xff.patch	Fri May 21 16:38:14 2010
@@ -0,0 +1,11 @@
+--- drivers/staging/rtl8192su/r8192U_core.c.old	2009-12-27 20:57:29.000000000 +0200
++++ drivers/staging/rtl8192su/r8192U_core.c	2009-12-27 21:34:55.000000000 +0200
+@@ -128,6 +128,8 @@
+ 	{USB_DEVICE(0x5a57, 0x0290)},
+ 	//92SU
+ 	{USB_DEVICE(0x0bda, 0x8172)},
++	/* RTL8188SU */
++	{USB_DEVICE(0x0bda, 0x8171)},
+ 	{}
+ };
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.783&r2=1.783.2.1&f=u



More information about the pld-cvs-commit mailing list