accelemymote for N900
--------------

Accelemymote is an accelerometer joystick driver. Two things are needed for this
driver to work: the joydev kernel module, which provides a joystick device file for
apps to connect to, and changes to the uinput device node permissions. To this end,
it depends on the joydev package (kindly provided by Attila77) and installs an 
alternate udev rules file to override the rule for uinput in

 /etc/udev/rules.d/50-udev.rules

which makes the /dev/input/uinput node part of the users group, which is a default
group for the default user. On the SDK another group such as plugdev might be needed.

It also refreshes udev in the postinst file so the changes are used without reboot.

 -- Flandry <davidfalkayn@gmail.cmo>  Mon, 30 Nov 2009 18:20:23 -0400
