Leith Johnson - 2001-04-10

If you apply the following patch and compile in
as a kernel module, USB hotplug should work.

22a23
> #include <linux/init.h>
38c39
< #ifdef PATCHLEVEL4
---
> // #ifdef PATCHLEVEL4
41c42
< #endif
---
> // #endif
56a58,66
>
>
> static __devinitdata struct usb_device_id device_table [] = {
>         { USB_DEVICE(0x046d, 0x0840) },  /* OV511 */
>         { }  /* Terminating entry */
> };
>
> MODULE_DEVICE_TABLE (usb, device_table);
>