lkml.org 
[lkml]   [2003]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: keyboard repeat speed went nuts since 2.6.0-test5, even in 2.6.0-test6-mm4
Vojtech Pavlik <vojtech@suse.cz> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.097 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site