Commit graph

2 commits

Author SHA1 Message Date
Jean-Yves Lefort
cf56974241 Version 2.0:
- USB joystick support has been added
  - Calling select() with a large timeout did not work properly: fixed
  - Short reads (< sizeof(struct js_event)) did not work: fixed
  - The JSIOCGCORR/JSCIOCSCORR ioctls now handle all the axes
  - Each joystick is now presented as a separate js device
  - A manual page has been added
2006-03-21 16:03:50 +00:00
Jean-Yves Lefort
f52cd3aa81 Add linux-js.
This port provides a FreeBSD kernel module implementing the Linux joystick
interface (/dev/input/js0), as well as calibration (jscal) and test (jstest)
utilities.
2006-02-05 03:12:50 +00:00