
2006/09/23: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- modified kernel module to dynamically allocate input device


2005/11/29: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- rewrote kernel module: Now using the input-subsystem of the 2.6er kernels
  (kernel patching is no longer needed)


2005/09/27: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- the raw data driver (the one which receives the mode 2 data from the
  keyboard) is now a kernel module for kernel 2.6.x. It uses device
  major number 56 (adjustable via a module parameter) and minor number 3.
  This way the real gory stuff stays within the kernel while the rest is in
  user space (as it should be).


2005/09/23: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- created a driver which supports mode 2 of a G80-1501 
  keyboard on Linux 2.6.x
- created another driver for Linux 2.6.x which uses the kbd-mangler project
  to intercept keyboard events (this one actually works nicely)


2005/06/16: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- added my patch for the Linux kernel which supports mode 2 of a G80-1501 
  keyboard.


2005/06/15: Martin Preuss<martin@libchipcard.de>
------------------------------------------------
- added mode 2 code
