aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/joystick.h
Commit message (Expand)AuthorAgeFilesLines
* Remove #warning since it breaks libsysdecodeWarner Losh2018-10-261-2/+0
* Add warning to sys/joystick.h announcing its planned demise.Warner Losh2018-10-261-0/+2
* Revert r339563.Warner Losh2018-10-261-0/+52
* Remove joy(4) driver.Warner Losh2018-10-221-52/+0
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Comment typo.Giorgos Keramidas2005-01-071-1/+1
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Switch over to using the generic joy driverPeter Wemm1999-12-051-3/+33
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-5/+4
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in aJean-Marc Zucconi1995-02-221-0/+7
* ioctls for the joystick driverJean-Marc Zucconi1995-01-251-0/+14