Commit 56ae163f authored by Duncan Sands's avatar Duncan Sands Committed by Greg Kroah-Hartman

[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.
parent 2efea43a
...@@ -113,10 +113,8 @@ static struct usb_device_id udsl_usb_ids[] = { ...@@ -113,10 +113,8 @@ static struct usb_device_id udsl_usb_ids[] = {
{} /* list terminator */ {} /* list terminator */
}; };
/* not exporting this prevents the depmod from generating the map that causes the modules to be isnserted as driver. MODULE_DEVICE_TABLE (usb, udsl_usb_ids);
* we do not want this, we want the script run.
MODULE_DEVICE_TABLE ( usb, udsl_usb_ids);
*/
/* context declarations */ /* context declarations */
struct udsl_data_ctx { struct udsl_data_ctx {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment