Author: jarod
Update of /cvs/free/rpms/rt2870-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27376
Modified Files:
rt2870-kmod.spec
Added Files:
rt2870-linksys-wusb100-wusb600n-support.patch
Removed Files:
rt2870-linksys-wusb100-support.patch
Log Message:
* Wed Dec 17 2008 Jarod Wilson <jarod(a)wilsonet.com> - 1.4.0.0-3
- Add device ID for Linksys WUSB600N
rt2870-linksys-wusb100-wusb600n-support.patch:
--- NEW FILE rt2870-linksys-wusb100-wusb600n-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 2008-10-04 16:20:58.000000000
-0400
@@ -143,6 +143,8 @@
{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 */ \
{ }/* Terminating entry */ \
}
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/devel/rt2870-kmod.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rt2870-kmod.spec 14 Dec 2008 18:09:03 -0000 1.12
+++ rt2870-kmod.spec 20 Dec 2008 02:27:18 -0000 1.13
@@ -7,7 +7,7 @@
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
-Patch1: rt2870-linksys-wusb100-support.patch
+Patch1: rt2870-linksys-wusb100-wusb600n-support.patch
Patch2: rt2870-Makefile.x-fixes.patch
Patch3: rt2870-NetworkManager-support.patch
Patch4: rt2870-strip-tftpboot-copy.patch
@@ -72,6 +72,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Dec 17 2008 Jarod Wilson <jarod(a)wilsonet.com> - 1.4.0.0-3
+- Add device ID for Linksys WUSB600N
+
* Sun Dec 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
1.4.0.0-2.1
- rebuild for latest Fedora kernel;
--- rt2870-linksys-wusb100-support.patch DELETED ---