Re: keyboard repeat speed went nuts since 2.6.0-test5, even in2.6.0-test6-mm4

From: Andrew Morton
Date: Sun Oct 12 2003 - 22:56:12 EST


Vojtech Pavlik <vojtech@xxxxxxx> wrote:
>
> +static int __init atkbd_setup_softrepeat(char *str)
> +{
> + int ints[4];
> + str = get_options(str, ARRAY_SIZE(ints), ints);
> + if (ints[0] > 0) atkbd_softrepeat = ints[1];
> + return 1;
> +}
>
> __setup("atkbd_set=", atkbd_setup_set);
> __setup("atkbd_reset", atkbd_setup_reset);
> +__setup("atkbd_softrepeat=", atkbd_setup_softrepeat);

Could we please try to keep Documentation/kernel-parameters.txt in
sync with the code?

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/