lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 5 May 2010 15:03:40 +0800
From:	Eric Miao <eric.y.miao@...il.com>
To:	Pavel Machek <pavel@....cz>
Cc:	rpurdie@...ys.net, lenz@...wisc.edu,
	kernel list <linux-kernel@...r.kernel.org>, arminlitzel@....de,
	Cyril Hrubis <metan@....cz>, thommycheck@...il.com,
	linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
	dbaryshkov@...il.com, omegamoon@...il.com, utx@...guin.cz,
	zaurus-devel@...ts.linuxtogo.org
Subject: Re: spitz 2.6.34-rc4: fix On/off key name to fix warning during boot

On Fri, Apr 16, 2010 at 9:12 PM, Pavel Machek <pavel@....cz> wrote:
> On/Off contains slash in the name, which causes warning during boot.
>
> Signed-off-by: Pavel Machek <pavel@....cz>
>

Applied.

> --- ./arch/arm/mach-pxa/spitz.c 2010-03-21 22:09:12.000000000 +0100
> +++ ./arch/arm/mach-pxa/spitz.c 2010-04-16 03:45:07.000000000 +0200
> @@ -363,7 +363,7 @@
>                .type   = EV_PWR,
>                .code   = KEY_SUSPEND,
>                .gpio   = SPITZ_GPIO_ON_KEY,
> -               .desc   = "On/Off",
> +               .desc   = "On Off",
>                .wakeup = 1,
>        },
>        /* Two buttons detecting the lid state */
>
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ