Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dmouse.h106 int capFourButtons; member
/freebsd-10-stable/sys/dev/atkbdc/
Dpsm.c2744 if (sc->synhw.capExtended && sc->synhw.capFourButtons) {
4576 synhw.capFourButtons = (status[2] & 0x08) != 0;
4588 printf(" capFourButtons: %d\n", synhw.capFourButtons);
4629 buttons = synhw.capFourButtons ? 1 : 0;