Home
last modified time | relevance | path

Searched refs:capFourButtons (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dmouse.h104 int capFourButtons; member
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1865 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3445 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
3601 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
6458 synhw.capFourButtons = (status[2] & 0x08) != 0;
6486 printf(" capFourButtons: %d\n", synhw.capFourButtons);
6536 buttons = synhw.capFourButtons ? 1 : 0;