Commit 3ff4090c authored by Vojtech Pavlik's avatar Vojtech Pavlik Committed by Vojtech Pavlik

psmouse-base.c:

  Make sure psmouse->pktcnt is zero after passing a byte
  to be processed by synaptics code.
parent 72ef84ef
......@@ -173,6 +173,7 @@ static irqreturn_t psmouse_interrupt(struct serio *serio,
* so it needs to receive all bytes one at a time.
*/
synaptics_process_byte(psmouse, regs);
psmouse->pktcnt = 0;
goto out;
}
......
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