mouse_ext_command
mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODES);
if (!mouse_ext_command(kbdc, 0x39) || !mouse_ext_command(kbdc, 0xdb))
mouse_ext_command(sc->kbdc, mode_byte);
mouse_ext_command(sc->kbdc, SYNAPTICS_READ_MODEL_ID);
if (mouse_ext_command(kbdc, SYNAPTICS_READ_IDENTITY) == 0)
if (mouse_ext_command(kbdc, SYNAPTICS_READ_MODEL_ID) == 0)
if (mouse_ext_command(kbdc, SYNAPTICS_READ_CAPABILITIES) == 0)
if (mouse_ext_command(kbdc, SYNAPTICS_READ_RESOLUTIONS) == 0)
if (mouse_ext_command(kbdc,
if (mouse_ext_command(kbdc,
if (mouse_ext_command(kbdc,
if (mouse_ext_command(kbdc,
if (mouse_ext_command(kbdc, SYNAPTICS_READ_MODES) == 0)
static int mouse_ext_command(KBDC, int);
res |= mouse_ext_command(kbdc, cmd) == 0;