Commit 20c48df4 authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: when probing for ImExPS/2 mice, the ImPS/2 sequence needs

       to be sent first, but the result should be ignored.
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent f86f27a3
......@@ -418,6 +418,8 @@ static int im_explorer_detect(struct psmouse *psmouse)
{
unsigned char param[2];
intellimouse_detect(psmouse);
param[0] = 200;
psmouse_command(psmouse, param, PSMOUSE_CMD_SETRATE);
param[0] = 200;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment