summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb/adb.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for interpreting taps on ADB touchpads as a button click.nwhitehorn2009-11-281-0/+1
| | | | | Submitted by: Andreas Tobler <andreast-list at fgznet dot ch> MFC after: 2 weeks
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingnwhitehorn2008-12-061-1/+1
| | | | | | my right mouse button and keyboard LEDs from working due to mangled configuration packets. Fixed several other races and associated problems in the main ADB stack that were exposed while fixing this.
* Add ADB support. This provides support for the external ADB bus on the PowerMacnwhitehorn2008-10-261-0/+78
G3 as well as the internal ADB keyboard and mice in PowerBooks and iBooks. This also brings in Mac GPIO support, for which we should eventually have a better interface. Obtained from: NetBSD (CUDA and PMU drivers)
OpenPOWER on IntegriCloud