Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2981
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/F-10/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:38:55 -0000 1.1
+++ rt2870-additional-devices-support.patch 25 Jan 2009 17:28:42 -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/F-10/rt2870-kmod.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- rt2870-kmod.spec 24 Jan 2009 07:59:09 -0000 1.20
+++ rt2870-kmod.spec 25 Jan 2009 17:28:42 -0000 1.21
@@ -7,7 +7,7 @@
Name: rt2870-kmod
Version: 1.4.0.0
-Release: 5%{?dist}.1
+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
+
* Sat Jan 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1.4.0.0-5.1
- rebuild for latest Fedora kernel;
@@ -96,7 +99,7 @@
* Sat Dec 06 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
* Tue Dec 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1.4.0.0-1.10
@@ -130,21 +133,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.