From: antst <an...@ma...> - 2006-07-14 10:03:26
|
Jay Coles wrote: > Glad to see the seg faults are fixed and the input > stuff is a nice supprise > > as far as i know the uinput framework is used for > insernting keypresses, if you want to read them then > you read from the /dev/event interfaces, each one > corrisponding to a specific device. > > using this means that you could prot lcd screen > buttons to do key presses which can then be used by > any other program and then have a module that works > and responds on key presses > > basicaly you could use any button to change the LCD > screen content > > the only problem i can see is how you play nice with > the rest of the system. > Hm...I don't see the way, how it is going to work, when eventX is already used by some program (X server, for example) Anton |