1
0
Fork 0

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: Dmitry Torokhov <dtor@mail.ru>
hifive-unleashed-5.1
Vojtech Pavlik 2006-03-14 00:10:08 -05:00 committed by Dmitry Torokhov
parent 9b104c12f1
commit 380e19e2d8
1 changed files with 0 additions and 3 deletions

View File

@ -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;