Searched refs:muxtpbuttons (Results 1 – 1 of 1) sorted by relevance
477 int muxtpbuttons; /* Touchpad button state */ member3694 if (butt != sc->muxtpbuttons && sc->fpcount < 1) {3696 pb->ipacket[0] |= sc->muxtpbuttons & 0x03;3698 pb->ipacket[3] |= sc->muxtpbuttons >> 2 & 0x03;3702 sc->muxtpbuttons = butt;3726 pb->ipacket[0] = 0x84 | (sc->muxtpbuttons & 0x03);3727 pb->ipacket[3] = 0xc4 | (sc->muxtpbuttons >> 2 & 0x03);