On Mon, Jun 30, 2003 at 03:26:53PM -0400, David Cullen wrote: > Dear Folks, > > When I hotplug my USB device (a Delcom Engineering USB I/O board), hotplug > fails: > > Jun 30 15:15:49 linuxtest2 /sbin/hotplug: invoke /etc/hotplug/usb.agent () > Jun 30 15:15:52 linuxtest2 kernel: hub.c: USB new device connect on bus3/2, > assigned device number 9 > Jun 30 15:15:52 linuxtest2 kernel: Manufacturer: Delcom Engineering > Jun 30 15:15:52 linuxtest2 kernel: Product: USB IO Controller > Jun 30 15:15:56 linuxtest2 kernel: usb_control/bulk_msg: timeout > Jun 30 15:15:56 linuxtest2 kernel: usbio.c: usbio_probe(): device matches: idVendor > = 0FC5, idProduct = 1222
What is the usbio driver? Where is the code for it located at? > Jun 30 15:15:59 linuxtest2 /etc/hotplug/usb.agent: ... no modules for USB product > fc5/1222/9 Probably you just didn't add the proper MODULE_DEVICE() macro for this device to the driver. This is only a message, it's not a real error. > However, when I access the device through my kernel module device driver, > everything works: Great, then there's no problem here :) thanks, greg k-h ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
