Version 0.11
------------
* honor passed CFLAGS in Makefile
* honor passed DESTDIR variable in Makefile
* using install instead of cp in install target
* fixing the is_input.sh script to work with newer /proc/bus/input/devices
  (Alfonso Gazo <agazo.berlios.de>)
* specifying UINPUT_FILE in Makefile so spec files can use it. Now the default
  is /dev/input/uinput instead of /dev/uinput

Version 0.10
------------
* update udev rules
* initrd changed so it's not enabled by default

Version 0.09
------------
* use BUS_VIRTUAL for uinput created devices
* add support to regular keyboard and mouse
* wacom: adding missing button BTN_TOUCH
* wacom: adding missing MSC event MSC_SERIAL
* wacom: removing duplicate button BTN_MIDDLE

Version 0.08
------------
* monitor each directory individually
* add output file parameter
* reinstalling signal handler when forking
* using fflush() on debug messages
* by default, delay all directories, then check when the daemon is running

Version 0.07
------------
* adding README file
* supporting larger filenames
* adding udev rules and scripts in order to create symbolic links for each
  tablet and uinput device
* setting bustype in uinput devices as BUS_VIRT

Version 0.06
------------
* rewriting polling function to use stat() instead of searching in directory contents
* making input code retry if the file couldn't be opened
* adding more debug messages
* removing old debug stuff
* force scanning already plugged devices

Version 0.05
------------
* automatically load uinput module on boot
* install initrd file

Version 0.04
------------
* adding init.d script
* add license notice on all files
* add spec file

Version 0.03
------------
* add daemon option
* handle configuration file
* use environment variable to set uinput device file
* create debug option
* fix malloc usage
* remove debug messages

