aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adb
Commit message (Expand)AuthorAgeFilesLines
* MFC r355796-r355797, r355799: kbd: defaults for get_fkeystr/diagKyle Evans2019-12-221-2/+0
* MFC r355794: keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-221-19/+19
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned.Justin Hibbits2017-01-301-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* No need to check if devd is running before posting an event.Justin Hibbits2014-06-212-14/+9
* Properly sort the arguments to mtx_init(9).Justin Hibbits2014-01-232-2/+2
* Return NOKEY instead of 0 if there are no more key presses queued. ThisNathan Whitehorn2013-10-291-1/+1
* Fix powerpc/161045. ams_poll() needs to return that any data is available, notJustin Hibbits2013-09-281-1/+2
* Use uiomove return value instead of returning 0.Kevin Lo2012-11-131-2/+2
* Release the ADB keyboard mutex when handling the power buttonJustin Hibbits2012-06-231-0/+2
* Add support for special keys (volume/brightness/eject) on Apple laptops withNathan Whitehorn2011-10-162-1/+236
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Add support for interpreting taps on ADB touchpads as a button click.Nathan Whitehorn2009-11-283-1/+149
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* Use si_drv1 to hold the softc for the adb_mouse character device instead ofJohn Baldwin2009-01-291-1/+2
* Make adb_mouse use dev2unit() instead of minor().Ed Schouten2009-01-291-1/+1
* Improve the AT keyboard emulation of the ADB keyboard driver, by supportingNathan Whitehorn2009-01-081-15/+144
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingNathan Whitehorn2008-12-065-51/+39
* Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. ThisNathan Whitehorn2008-11-121-1/+1
* Make the touch pad on my PowerBook G4 12" a little more usable.Ed Schouten2008-11-021-7/+18
* Allow a read() on /dev/ams[0-9] to be interrupted.Ed Schouten2008-11-011-1/+6
* Fix some possible infinite loops in the ADB code, and remove some hacksNathan Whitehorn2008-10-302-7/+33
* Add ADB support. This provides support for the external ADB bus on the PowerMacNathan Whitehorn2008-10-267-0/+1856