Commit Graph

3 Commits

Author SHA1 Message Date
Emery Hemingway
6263202681 usb_gamepad_input: Gravis Gamepad Pro support
Fix #88
2017-11-14 11:49:08 +01:00
Stefan Kalkowski
c9f593d803 Use default Qemu memory size in run-scripts
Ref #74
2017-06-02 11:25:23 +02:00
Josef Söntgen
c96a5d2016 usb_gamepad_input: add minimal USB gamepad driver
This minimal USB gamepad driver uses the Usb session to access the USB
device and provides Genode's Input service to its client. There is no
support for any fancy features like rumble support or, if available,
battery state checking. Furthermore there is currently no way to
calibrate the analog input sources, which leads to unexpected motion
events due to input jitter.

For a list of supported devices and more information please look at the
README.

Fixes #58.
2017-01-18 14:28:53 +01:00