View Single Post
Old 09-29-2016, 08:36 PM   #45
coplate
Guru
coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.
 
Posts: 645
Karma: 1888888
Join Date: Jun 2009
Device: prs-505, Kindle Keyboard 3g, PW3
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.
coplate is offline   Reply With Quote