aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adb/adb_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Use bus_generic_detach directly instead of a wrapperJohn Baldwin2024-11-051-7/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove unused adb_devclass.John Baldwin2022-05-101-2/+0
* adb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-14/+13
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for interpreting taps on ADB touchpads as a button click.Nathan Whitehorn2009-11-281-0/+18
* 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
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingNathan Whitehorn2008-12-061-39/+32
* Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. ThisNathan Whitehorn2008-11-121-1/+1
* Fix some possible infinite loops in the ADB code, and remove some hacksNathan Whitehorn2008-10-301-5/+32
* Add ADB support. This provides support for the external ADB bus on the PowerMacNathan Whitehorn2008-10-261-0/+384