summaryrefslogtreecommitdiffstats
path: root/sys/sys/joystick.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Switch over to using the generic joy driverpeter1999-12-051-3/+33
|
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-5/+4
| | | | | | | | | | | | | - don't include <sys/ioctl.h> in any header. Include <sys/ioccom.h> instead. This was already done in 4.4Lite for the most important ioctl headers. Header spam currently increases kernel build times by 10-20%. There are more than 30000 #includes (not counting duplicates) for compiling LINT. - include <sys/types.h> if and only it is necessary to make the header almost self-sufficient (some ioctl headers still need structs from elsewhere). - uniformized idempotency ifdefs. Copied the style in the 4.4Lite ioctl headers.
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in ajmz1995-02-221-0/+7
| | | | | dummy array of 4 integers. Declare the struct in the header file and update the man page.
* ioctls for the joystick driverjmz1995-01-251-0/+14
OpenPOWER on IntegriCloud