Lines Matching refs:e7
2855 static const struct alps_protocol_info *alps_match_table(unsigned char *e7, in alps_match_table() argument
2864 if (!memcmp(e7, model->signature, sizeof(model->signature))) in alps_match_table()
2891 unsigned char e6[4], e7[4], ec[4]; in alps_identify() local
2912 PSMOUSE_CMD_SETSCALE21, e7) || in alps_identify()
2918 protocol = alps_match_table(e7, ec); in alps_identify()
2920 if (e7[0] == 0x73 && e7[1] == 0x02 && e7[2] == 0x64 && in alps_identify()
2923 } else if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0x50 && in alps_identify()
2934 } else if (e7[0] == 0x73 && e7[1] == 0x03 && in alps_identify()
2935 (e7[2] == 0x14 || e7[2] == 0x28)) { in alps_identify()
2937 } else if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0xc8) { in alps_identify()
2941 e7, ec); in alps_identify()
2945 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7, ec); in alps_identify()
2952 memcpy(priv->dev_id, e7, 3); in alps_identify()