On Mon, Jan 22, 2001 at 08:20:49AM -0800, Dunlap, Randy wrote: > > Right now I think the hid-module is a big mess, because it does things > > which are very specific for input-devices like mouse, > > keyboard, joysticks, > > etc. (The keyboard table is replicated in usbkbd,keybdev and hid!) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > I've never dug very deeply into the HID spec or the HID driver, > except to fix a few bugs. > > It (keyboard table) has to be used in usbkbd and hid+keybdev, > but it could be included into each of them, couldn't it? Actually, the hid driver will only handle the USB and HID stuff in the next version, the input bindings will be moved to a separate (hid-input.c) file. There will be also be a cooked hid access device (hiddev.c), that'll allow writing and reading HID fields etc from userspace without the input layer inbetween. Useful for monitors and UPSes. See the CVS version (http://www.suse.cz/development/input) -- Vojtech Pavlik SuSE Labs _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel
