Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19934
Modified Files:
rt2870-kmod.spec
Added Files:
rt2870-additional-devices-support.patch
Removed Files:
rt2870-linksys-wusb100-wusb600n-support.patch
Log Message:
* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
1.4.0.0-3
- Add Buffalo WLI-UC-G300N support
rt2870-additional-devices-support.patch:
--- NEW FILE rt2870-additional-devices-support.patch ---
--- 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 @@
{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*/ \
{ }/* Terminating entry */ \
}
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rt2870-kmod.spec 20 Dec 2008 08:09:00 -0000 1.10
+++ rt2870-kmod.spec 15 Jan 2009 15:45:08 -0000 1.11
@@ -3,11 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#%%define buildforkernels newest
Name: rt2870-kmod
Version: 1.4.0.0
-Release: 2%{?dist}.1
+Release: 3%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -16,7 +16,7 @@
Source0:
http://www.ralinktech.com.tw/data/drivers/2008_0925_RT2870_Linux_STA_v1.4...
Source11: rt2870-kmodtool-excludekernel-filterfile
Patch0: rt2870-2.6.25-iwe_stream-fix.patch
-Patch1: rt2870-linksys-wusb100-wusb600n-support.patch
+Patch1: rt2870-additional-devices-support.patch
Patch2: rt2870-Makefile.x-fixes.patch
Patch3: rt2870-NetworkManager-support.patch
Patch4: rt2870-strip-tftpboot-copy.patch
@@ -46,7 +46,7 @@
%setup -q -c -T -a 0
%patch0 -p1 -b .iwestream
-%patch1 -p1 -b .linksys
+%patch1 -p1 -b .additional-devices
%patch2 -p1 -b .rpmbuild
%patch3 -p1 -b .NetworkManager
%patch4 -p1 -b .tftpboot
@@ -73,6 +73,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
1.4.0.0-3
+- Add Buffalo WLI-UC-G300N support
+
* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1.4.0.0-2.1
- rebuild for latest Fedora kernel;
--- rt2870-linksys-wusb100-wusb600n-support.patch DELETED ---