[PATCH xf86-input-keyboard] Don't set AutoRepeat if we're not actually using it.

Alan Coopersmith alan.coopersmith at oracle.com
Thu Aug 12 20:05:16 PDT 2010


Peter Hutterer wrote:
> Autorepeat was removed from the driver with version 1.4.0. So there is not
> much point in setting this option anymore.
> 
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
>  src/kbd.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/src/kbd.c b/src/kbd.c
> index a9d4890..3aab07d 100644
> --- a/src/kbd.c
> +++ b/src/kbd.c
> @@ -85,7 +85,6 @@ static const char *kbdDefaults[] = {
>  #else
>      "Protocol",		"standard",
>  #endif
> -    "AutoRepeat",	"500 30",
>      "XkbRules",		"base",
>      "XkbModel",		"pc105",
>      "XkbLayout",	"us",
> @@ -99,7 +98,6 @@ static const char *kbd98Defaults[] = {
>  #else
>      "Protocol",		"standard",
>  #endif
> -    "AutoRepeat",	"500 30",
>      "XkbRules",		"xfree98",
>      "XkbModel",		"pc98",
>      "XkbLayout",	"jp",

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list