From: James S. <jsi...@tr...> - 2001-10-02 16:28:12
|
> On Mon, Oct 01, 2001 at 09:47:53PM -0700, James Simmons wrote: > > [... Announcement of his new PS/2 input driver ...] > > http://www.transvirtual.com/~jsimmons/input-ps2.diff > > Great! Does it, by chance, include the ability for bidirectional > communication with a PS/2 device from a user space program? Not yet. Their are ioctl calls EVIOCSKEYCODE and EVIOCGKEYCODE but they have never been implemented. It would be pretty easy to implement. I just have to add something to input.c. > I want to write a keymap download program for Handykey's Twiddler2 > (a chording keyboard connected to the PS/2 keyboard and mouse ports, > see http://www.handykey.com), for which this would be very handy. Take a look at input.h with the above ioctl values. |