speedtouch: restore use of MODULE_DEVICE_TABLE to export usb info.  There may have
  been a problem with older 2.4 kernels, but there is none now.


 speedtouch.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c
--- a/drivers/usb/misc/speedtouch.c     Fri Jan 17 15:12:53 2003
+++ b/drivers/usb/misc/speedtouch.c     Fri Jan 17 15:12:53 2003
@@ -113,10 +113,8 @@
        {}                      /* list terminator */
 };
 
-/* not exporting this prevents the depmod from generating the map that causes the 
modules to be isnserted as driver.
- * we do not want this, we want the script run.
-MODULE_DEVICE_TABLE ( usb, udsl_usb_ids);
-*/
+MODULE_DEVICE_TABLE (usb, udsl_usb_ids);
+
 /* context declarations */
 
 struct udsl_data_ctx {



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to