summaryrefslogtreecommitdiff
path: root/sys/dev/adb
AgeCommit message (Expand)Author
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-04Use bus_generic_detach directly instead of a wrapperJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-06kbd: consolidate kb interfaces (phase one)Michael
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer
2023-02-06Support Unicode characters in keymap dead key tablesStefan Eßer
2022-05-10adb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-10Remove unused adb_devclass.John Baldwin
2020-09-01adb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-26Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans
2019-12-16kbd drivers: don't double register keyboard driversKyle Evans
2019-12-16kbd: provide default implementations of get_fkeystr/diagKyle Evans
2019-12-16keyboard switch definitions: standardize on c99 initializersKyle Evans
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-30Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned.Justin Hibbits
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2014-06-21No need to check if devd is running before posting an event.Justin Hibbits
2014-01-23Properly sort the arguments to mtx_init(9).Justin Hibbits
2013-10-29Return NOKEY instead of 0 if there are no more key presses queued. ThisNathan Whitehorn
2013-09-28Fix powerpc/161045. ams_poll() needs to return that any data is available, notJustin Hibbits
2012-11-13Use uiomove return value instead of returning 0.Kevin Lo
2012-06-23Release the ADB keyboard mutex when handling the power buttonJustin Hibbits
2011-10-16Add support for special keys (volume/brightness/eject) on Apple laptops withNathan Whitehorn
2011-07-17Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten
2009-11-28Add support for interpreting taps on ADB touchpads as a button click.Nathan Whitehorn
2009-08-20Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin
2009-08-02Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao
2009-01-29Use si_drv1 to hold the softc for the adb_mouse character device instead ofJohn Baldwin
2009-01-29Make adb_mouse use dev2unit() instead of minor().Ed Schouten
2009-01-08Improve the AT keyboard emulation of the ADB keyboard driver, by supportingNathan Whitehorn
2008-12-06Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingNathan Whitehorn
2008-11-12Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. ThisNathan Whitehorn
2008-11-02Make the touch pad on my PowerBook G4 12" a little more usable.Ed Schouten
2008-11-01Allow a read() on /dev/ams[0-9] to be interrupted.Ed Schouten
2008-10-30Fix some possible infinite loops in the ADB code, and remove some hacksNathan Whitehorn
2008-10-26Add ADB support. This provides support for the external ADB bus on the PowerMacNathan Whitehorn