rpms/rt2870-kmod/devel rt2870-additional-devices-support.patch, 1.1, 1.2 rt2870-kmod.spec, 1.24, 1.25

Orcan Ogetbil oget at rpmfusion.org
Sun Jan 25 18:15:23 CET 2009


Author: oget

Update of /cvs/free/rpms/rt2870-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1271

Modified Files:
	rt2870-additional-devices-support.patch rt2870-kmod.spec 
Log Message:
* Sun Jan 25 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-6
- Add Belkin F5D8053 support


rt2870-additional-devices-support.patch:

Index: rt2870-additional-devices-support.patch
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/devel/rt2870-additional-devices-support.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2870-additional-devices-support.patch	15 Jan 2009 15:32:48 -0000	1.1
+++ rt2870-additional-devices-support.patch	25 Jan 2009 17:15:23 -0000	1.2
@@ -1,12 +1,13 @@
 --- old/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h	2008-09-19 01:23:42.000000000 -0400
-+++ new/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h	2009-01-15 09:17:50.000000000 -0500
-@@ -143,6 +143,9 @@
++++ new/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h	2009-01-24 23:38:50.000000000 -0500
+@@ -143,6 +143,10 @@
  	{USB_DEVICE(0x0789,0x0162)}, /* Logitec */		\
  	{USB_DEVICE(0x0789,0x0163)}, /* Logitec */		\
  	{USB_DEVICE(0x0789,0x0164)}, /* Logitec */		\
 +        {USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */      \
 +        {USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */     \
 +        {USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/  \
++        {USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */       \
  	{ }/* Terminating entry */                      \
  }
  


Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/devel/rt2870-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- rt2870-kmod.spec	25 Jan 2009 11:15:44 -0000	1.24
+++ rt2870-kmod.spec	25 Jan 2009 17:15:23 -0000	1.25
@@ -7,7 +7,7 @@
 
 Name:		rt2870-kmod
 Version:	1.4.0.0
-Release:	5%{?dist}.2
+Release:	6%{?dist}
 Summary:	Kernel module for wireless devices with Ralink's rt2870 chipsets
 
 Group:		System Environment/Kernel
@@ -78,6 +78,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Sun Jan 25 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-6
+- Add Belkin F5D8053 support
+
 * Sun Jan 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-5.2
 - rebuild for latest Fedora kernel;
 
@@ -108,7 +111,7 @@
 * Sun Dec 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-2.1
 - rebuild for latest Fedora kernel;
 
-* Thu Dec 04 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> - 1.4.0.0-2
+* Thu Dec 04 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-2
 - removed the iwe-stream patch since it is not needed for 2.6.27+ kernels
 
 * Sat Nov 22 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-1.9
@@ -139,21 +142,21 @@
 - adjust make call in build to build properly is running kernel and target
   kernel are different
 
-* Sat Oct 04 2008  Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.4.0.0-1
+* Sat Oct 04 2008  Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-1
 - Rebuild for 1.4.0.0
 
 * Sat Oct 04 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.3.1.0-4
 - Various small adjustments
 - exclude ppc due to bugs (see comments)
 
-* Sat Sep 26 2008  Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.3.1.0-3
+* Sat Sep 26 2008  Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.3.1.0-3
 - Re-wrote the description, removed supported hardware info. 
 - Renamed SourceDir to SourceName
 
-* Thu Sep 22 2008  Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.3.1.0-2
+* Thu Sep 22 2008  Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.3.1.0-2
 - Some cleanup in the SPEC file to match standards
 - Separated the patches
 - License is GPLv2+
 
-* Thu Sep 20 2008  Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.3.1.0-1
+* Thu Sep 20 2008  Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.3.1.0-1
 - Initial build. The patch fixes compilation problems for kernels >= 2.6.25 . Also adds support for Linksys WUSB100.



More information about the rpmfusion-commits mailing list