Lines Matching refs:e7
2849 static const struct alps_protocol_info *alps_match_table(unsigned char *e7,
2858 if (!memcmp(e7, model->signature, sizeof(model->signature)))
2885 unsigned char e6[4], e7[4], ec[4];
2906 PSMOUSE_CMD_SETSCALE21, e7) ||
2912 protocol = alps_match_table(e7, ec);
2914 if (e7[0] == 0x73 && e7[1] == 0x02 && e7[2] == 0x64 &&
2917 } else if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0x50 &&
2928 } else if (e7[0] == 0x73 && e7[1] == 0x03 &&
2929 (e7[2] == 0x14 || e7[2] == 0x28)) {
2931 } else if (e7[0] == 0x73 && e7[1] == 0x03 && e7[2] == 0xc8) {
2935 e7, ec);
2939 "Likely not an ALPS touchpad: E7=%3ph, EC=%3ph\n", e7, ec);
2946 memcpy(priv->dev_id, e7, 3);