FF is a simple linux char device that when read from returns bytes containing only 0xff.
$ make
$ sudo make load
This will insmod the module and copy a simple udev rule which changes the permissions of /dev/ff to 0666
$ dd if=/dev/ff of=<output-goes-here>
$ sudo make unload
This will rmmod the module and remove the rule from udev