mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
cf56974241
- 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
7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
This port provides a FreeBSD kernel module implementing the Linux joystick
|
|
interface (/dev/input/js?), as well as calibration (jscal) and test (jstest)
|
|
utilities.
|
|
|
|
- Jean-Yves Lefort
|
|
jylefort@FreeBSD.org
|