From: Arndt S. <ab...@sr...> - 2001-07-10 09:43:07
|
On Tue, Jul 10, 2001 at 10:46:21AM +0200, Vojtech Pavlik wrote: > > Does ruby allow to send data down to a psaux device? I will need this > > functionality to improve the Linux support for the Twiddler2 (to allow > > reprogramming of the chord-to-scancode mapping table which is kept > > inside the device itself). > > Not from userspace yet. But you can do it from a driver that'll plug > between the i8042 driver and the atkbd/psmouse drivers. That's fine for me! This driver could then have a /proc interface to which user space code can write the desired mapping tables. Thanks, Arndt |