I started workign on a kernel module that would present a device in the form of /dev/input/persistentEvdev1,2,3 etc.
But then Warcrafts new expansion came out, and I moved to that :-).
For the mouse, the standard mousedev.c we have for linux will present /dev/input/mice, but that doesnt help with keyboard events, though that is what I was basing mine on.
I was trying to get the evdev kernel module to make that work, just combining all evdev events into one master device.
|