Commit f8b4c46c authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: atkbd - fix hardware autorepeat

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 9000195b
......@@ -459,7 +459,7 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
}
input_regs(dev, regs);
input_report_key(dev, keycode, value);
input_event(dev, EV_KEY, keycode, value);
input_sync(dev);
if (value && add_release_event) {
......
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