Author: lcapitulino
Date: Mon Feb 12 18:57:33 2007
New Revision: 119980
Added:
packages/updates/2007.0/kernel-2.6/current/PATCHES/patches/MC56_rt2570_name_fix.patch
Modified:
packages/updates/2007.0/kernel-2.6/current/SPECS/kernel-2.6.spec
Log:
rt2570 should report itself as "rtusb" (#24461)
Added:
packages/updates/2007.0/kernel-2.6/current/PATCHES/patches/MC56_rt2570_name_fix.patch
==============================================================================
--- (empty file)
+++
packages/updates/2007.0/kernel-2.6/current/PATCHES/patches/MC56_rt2570_name_fix.patch
Mon Feb 12 18:57:33 2007
@@ -0,0 +1,20 @@
+PATCH: rt2570 should report itself as "rtusb"
+
+ Thanks to Thierry Vignaud <[EMAIL PROTECTED]>
+
+NOTE: If you get rejections while applying this patch it may
+mean you've updated the driver's version. In that case this
+patch must be dropped.
+
+Signed-off-by: Luiz Fernando N. Capitulino <[EMAIL PROTECTED]>
+--- ./3rdparty/rt2570/rtusb_main.c.tv1 2006-05-15 17:42:23.000000000 +0200
++++ ./3rdparty/rt2570/rtusb_main.c 2006-08-18 15:47:52.000000000 +0200
+@@ -103,7 +103,7 @@
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16)
+ .owner = THIS_MODULE,
+ #endif
+- .name="rtusb",
++ .name="rt2570",
+ .probe=usb_rtusb_probe,
+ .disconnect=usb_rtusb_disconnect,
+ .id_table=rtusb_usb_id,
Modified: packages/updates/2007.0/kernel-2.6/current/SPECS/kernel-2.6.spec
==============================================================================
--- packages/updates/2007.0/kernel-2.6/current/SPECS/kernel-2.6.spec
(original)
+++ packages/updates/2007.0/kernel-2.6/current/SPECS/kernel-2.6.spec Mon Feb
12 18:57:33 2007
@@ -1037,6 +1037,7 @@
- x86_64: Add stack overflow support. Disabled by default, but it's
something good to have at hand
- USB: rndis_host: fix crash while probing a Nokia S60 mobile
+ - rt2570 should report itself as "rtusb" (#24461)
* Fri Feb 02 2007 Luiz Capitulino <[EMAIL PROTECTED]> 2.6.17-10mdv2007.0
o Gwenole Beauchesne <[EMAIL PROTECTED]>