Lines Matching refs:ec
2691 unsigned char *ec) in alps_match_table() argument
2701 model->command_mode_resp == ec[2])) { in alps_match_table()
2713 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local
2736 PSMOUSE_CMD_RESET_WRAP, ec) || in alps_identify()
2740 protocol = alps_match_table(e7, ec); in alps_identify()
2743 ec[0] == 0x73 && (ec[1] == 0x01 || ec[1] == 0x02)) { in alps_identify()
2745 } else if (ec[0] == 0x88 && in alps_identify()
2746 ((ec[1] & 0xf0) == 0xb0 || (ec[1] & 0xf0) == 0xc0)) { in alps_identify()
2748 } else if (ec[0] == 0x88 && ec[1] == 0x08) { in alps_identify()
2750 } else if (ec[0] == 0x88 && ec[1] == 0x07 && in alps_identify()
2751 ec[2] >= 0x90 && ec[2] <= 0x9d) { in alps_identify()
2754 e7[2] == 0x14 && ec[1] == 0x02) { in alps_identify()
2758 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7, ec); in alps_identify()
2765 memcpy(priv->fw_ver, ec, 3); in alps_identify()