USBMissileLauncher is user space Linux driver to control the the USB Missile Launcher via the command line or keyboard (simple C implemenation).
tar xvfz USBMissileLauncher-1.0.tgz
cd USBMissileLauncher-1.0
sudo rmmod {e,o,u}hci-hcd hid
make
sudo make install
./USBMissileLauncherUtils -L ./USBMissileLauncherUtils -R ./USBMissileLauncherUtils -U -S 100 ./USBMissileLauncherUtils -R -U -F
sudo ./USBMissileLauncherUtils -c /dev/input/event0
The latest version can always be found within DROS at http://dros.org under: DROS/src/Utils/USBMissileLauncher/
Alternatively you can click here to download the standalone version USBMissileLauncher-1.0.tgz.
Initial code release. This release contains a command line program to control the M&S USB Missile Launcher from the command line or keyboard.