From: antst <an...@ma...> - 2006-07-11 03:03:27
|
Hi! There is a patch for G15 driver (CVS) which is 1) fix three bugs in the code which were reason for segfaults(arrays boundaries) 2) add support for extra keys on keyboard (G1-G18, M1-M3,MR and 5 extra keys above multimedia keys, I call them L0-L4). It requires "uinput" to be switched on in kernel (if you don't want support for keys - just comment out "UInput" parameter in config file). BTW, "lcd4linux.conf.sample" is also patched to include device definition for G15. With this patch keys produce some keycodes, which later can be used. For example, in X you can see keycodes with "xev" and bind them with "xbindkeys", like any other keys. Or use "xmodmap". Also here is some (ugly?) patch for plugin_exec, which force all child processes to be killed when main process is terminated. Anton. |