summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/ams.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2011-08-01According to the Oxford Dictionary of Etymology, a wether is a male sheepmbalmer
2011-06-18struct device * -> device_tmatt
2010-12-10return the right values for ioctl(WSKBDIO_GTYPE) and ioctl(WSMOUSEIO_GTYPE)macallan
2007-03-05- use (uint8_t *) for buffer args on *_adbcomplete() functionstsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-14for trackpads add a sysctl to control wether tapping causes button eventsmacallan
2006-11-13Adapt to the wsmouse_input() change where we now require the 'w' axis.he
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-10-15ansifymacallan
2006-10-15report button clicks when tapping a trackpadmacallan
2005-12-11merge ktrace-lwp.christos
2005-06-05Rearrange some of the ADB types and void * abuse to make -Wcast-qualnathanw
2003-07-15__KERNEL_RCSID()lukem
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2000-12-19Remove unnecessary casts.tsubai
2000-12-19Add support for Kensington Turbo Mouse.tsubai
2000-12-19Sync with mac68k.tsubai
2000-01-08Absolute pointing device support.takemura
1999-08-16Make configurable without ams.tsubai
1999-06-17Add "trackpad" definition.tsubai
1999-02-17Sync with mac68k.tsubai
1999-01-18Invert Y axis (like ums, pms, ...).tsubai
1998-11-18Don't send mouse events to wsmouse layer if wsmouse isn't configured.tsubai
1998-10-18Add wsmouse support.tsubai
1998-10-13Split ADB driver to aed (ADB event device), akbd (ADB keyboard),tsubai