Searched refs:MOUSE_PS2_TAP (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/sys/
H A Dmouse.h287 #define MOUSE_PS2_TAP MOUSE_PS2_SYNC /* GlidePoint (PS/2) `tapping' macro
/freebsd-current/usr.sbin/moused/
H A Dmoused.c2228 act->button |= ((pBuf[0] & MOUSE_PS2_TAP)) ? 0 : MOUSE_BUTTON4DOWN;
2240 act->button |= (pBuf[0] & MOUSE_PS2_TAP) ? MOUSE_BUTTON4DOWN : 0;
/freebsd-current/sys/dev/atkbdc/
H A Dpsm.c1614 sc->dflt_mode.syncmask[0] &= ~MOUSE_PS2_TAP;
4959 ms.button |= ((c & MOUSE_PS2_TAP)) ?
5009 ms.button |= ((c & MOUSE_PS2_TAP)) ? 0 :
5028 ms.button |= (c & MOUSE_PS2_TAP) ?

Completed in 182 milliseconds