aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-js/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.2:Jean-Yves Lefort2006-04-131-2/+7
| | | | | | | | | - Make linux_js.ko depend on the linux module, otherwise it won't load unless the linux module is loaded or compiled into the kernel - Conditionalize Linux mode support Notes: svn path=/head/; revision=159406
* Version 2.1:Jean-Yves Lefort2006-03-281-1/+1
| | | | | | | | - A 5.x build failure has been fixed - A minor formatting issue in the linux_js manpage has been fixed Notes: svn path=/head/; revision=158352
* Version 2.0:Jean-Yves Lefort2006-03-211-3/+22
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=157891
* Add linux-js.Jean-Yves Lefort2006-02-051-0/+44
This port provides a FreeBSD kernel module implementing the Linux joystick interface (/dev/input/js0), as well as calibration (jscal) and test (jstest) utilities. Notes: svn path=/head/; revision=155238