提交 380e19e2 编写于 作者: V Vojtech Pavlik 提交者: Dmitry Torokhov

Input: atkbd - disable softrepeat for dumb keyboards

Do not activate softrepeat by default on dumb keyboards as it clashes
with their own hardware repeat (for example Dell DRAC3). Softrepeat
can still be activated manually via module parameter or sysfs.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 9b104c12
......@@ -863,9 +863,6 @@ static int atkbd_connect(struct serio *serio, struct serio_driver *drv)
atkbd->softrepeat = atkbd_softrepeat;
atkbd->scroll = atkbd_scroll;
if (!atkbd->write)
atkbd->softrepeat = 1;
if (atkbd->softrepeat)
atkbd->softraw = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册