On Tue, 7 Jan 2003, Jeffrey McDonald wrote: | > What USB drivers/modules are loaded when this happens? | | usb-uhci 24452 0 (unused) | usbcore 71552 1 [usb-skeleton usb-uhci]
Only one copy/version of the usb-skeleton driver? Or the original plus your modified version? | > Have you modified the usb-skeleton.c driver source code? | > If so, how? Post it? | The differences are mostly that I changed the vendor and product ID | and I've been trying to communicate with the device in the probe function, | without much success yet....smsc does not release their | detailed specification for the device--so you can see the frustration in | the code. | | > How about testing loading/unloading the driver without the device | > attached? | | I'll try this. | | > See if this has any effect (probably won't): | > In usb-skeleton.c, change | > #define USB_SKEL_MINOR_BASE 200 | > to | > #define USB_SKEL_MINOR_BASE 192 | | Changing the USB_SKEL_MINOR_BASE numbers does fix the problem. Wow. OK, I think we'll change that. :) Thanks, -- ~Randy ------------------------------------------------------- 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-users
