summaryrefslogtreecommitdiff
path: root/sys/dev/adb/adb_mouse.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-10adb: Remove unused devclass arguments to DRIVER_MODULE.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-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
2014-01-23Properly sort the arguments to mtx_init(9).Justin Hibbits
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
2009-11-28Add support for interpreting taps on ADB touchpads as a button click.Nathan Whitehorn
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
2008-12-06Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingNathan 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-26Add ADB support. This provides support for the external ADB bus on the PowerMacNathan Whitehorn