summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb
Commit message (Expand)AuthorAgeFilesLines
* Add support for interpreting taps on ADB touchpads as a button click.nwhitehorn2009-11-283-1/+149
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* Use si_drv1 to hold the softc for the adb_mouse character device instead ofjhb2009-01-291-1/+2
* Make adb_mouse use dev2unit() instead of minor().ed2009-01-291-1/+1
* Improve the AT keyboard emulation of the ADB keyboard driver, by supportingnwhitehorn2009-01-081-15/+144
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingnwhitehorn2008-12-065-51/+39
* Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. Thisnwhitehorn2008-11-121-1/+1
* Make the touch pad on my PowerBook G4 12" a little more usable.ed2008-11-021-7/+18
* Allow a read() on /dev/ams[0-9] to be interrupted.ed2008-11-011-1/+6
* Fix some possible infinite loops in the ADB code, and remove some hacksnwhitehorn2008-10-302-7/+33
* Add ADB support. This provides support for the external ADB bus on the PowerMacnwhitehorn2008-10-267-0/+1856
OpenPOWER on IntegriCloud