Deutsch | English
  

adspanel Linux 2.4 driver
by Clemens Resanka 

This is the README file for the adspanel linux driver.
The driver enables the 5 buttons on ads-tec's panel PC TRM5012 
(probably other's too, but I did not have the chance to test that).
Thanks to ads-tec (http://ads-tec.de) for the specs.

HOW TO USE
==========

Kernel

 - Make sure the kernel you are using has event support 
   (Input core support/Event interface support needs to be enabled)


Compile the driver

 - Edit Makefile. 
   Make sure LIBS points to the kernel you are using on the panel PC.
 - make
 - make install


Load the driver

 - modprobe adspanel
   (See adspanel.c for available module options)


Assign keycodes to keysyms

 - Create .xmodmap file
---
keycode 131 = F15
keycode 247 = F16
keycode 129 = F17
keycode 128 = Pointer_Button3
keycode 127 = F19
---
 - xmodmap .xmodmap


If you want to use the right mouse button (as in the example above)
you need to enable that feature in the X sever with 
  xkbset m

xkbset can be found at
http://www.math.missouri.edu/~stephen/software/xkbset/


LICENSE
=======
This driver is licensed under the GPL. See file "GPL".