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

/vbox/src/VBox/Devices/Input/
H A DPS2M.cpp890 static const char *pcszProtocols[] = { "PS/2", NULL, NULL, "ImPS/2", "ImEx" }; local
895 Assert(pThis->enmProtocol <= RT_ELEMENTS(pcszProtocols));
901 pcszProtocols[pThis->enmProtocol], pThis->u8State & AUX_STATE_SCALING ? 2 : 1);

Completed in 45 milliseconds