ChangeSet 1.959, 2003/01/17 11:48:21-08:00, [EMAIL PROTECTED]

[PATCH] export speedtouch usb info

  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.


diff -Nru a/drivers/usb/misc/speedtouch.c b/drivers/usb/misc/speedtouch.c
--- a/drivers/usb/misc/speedtouch.c     Tue Feb  4 15:18:41 2003
+++ b/drivers/usb/misc/speedtouch.c     Tue Feb  4 15:18:41 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to