On Tue, 5 Mar 2002 06:37, Greg KH wrote: > On Sun, Mar 03, 2002 at 02:33:20AM -0500, Matt Matthews wrote: > > usbmouse 1824 0 (unused) > > usbkbd 2944 0 (unused) > > Can you just delete this modules to prevent them from getting loaded? > You should not need them at all, and if both are loaded (along with the > input drivers, not nice things have been known to happen.) I think maybe we should look at the Boot Protocol drivers again.
1. We seem to be confusing users, and we likely will get bit-rot on the code 2. We now have dependency on the input drivers (ie. the comments above probably aren't exactly true :). usbkbd no longer calls handle_scancode directly - it gets passed through the input.o and keybdev.o code. 3. The code size difference is there, but it isn't that great. I'd like to suggest ripping out the boot protocol drivers, at least in 2.5. As a middle ground, we could just remove the config options, and leave the code, along with a comment in Documentation. I'd like to do this for 2.4. Thoughts? Anyone using the usbmouse or usbkbd driver who couldn't use hid? Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
