Version 0.13
------------
* using MAX_DEVICES instead of prefixed value and warning when the limit is
  reached
* updating initrd script to don't display initialization messages on the
  console
* adding 'D' macro for fast debugging
* fixing a brown paper bag bug on the output file management
* logging is directed to output file if in daemon mode (even if it's
  /dev/null)
* warn if no output file is specified and daemon and debug are specified
* using a pipe to notify changes on the input directory. got rid of the sleep
  calls, should solve the problem of cpu usage even while idle
* fixed a bug that prevented using the two new tablets added in 0.12

Version 0.12
------------
* improved is_uinput.sh script to make it work older kernels
* updated the features struct to match upstream
* added Intuos3 4x6" and Bamboo
* updated the input device initialization to match upstream

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

