Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeb1b7e4 authored by Pinkava J's avatar Pinkava J Committed by Ben Dooks
Browse files

ARM: n35: Enable wake-up by Power button on Acer n35

parent 319887ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -172,8 +172,10 @@ static struct gpio_keys_button n35_buttons[] = {
	{
	{
		.gpio		= S3C2410_GPF(0),
		.gpio		= S3C2410_GPF(0),
		.code		= KEY_POWER,
		.code		= KEY_POWER,
		.type		= EV_PWR,
		.desc		= "Power",
		.desc		= "Power",
		.active_low	= 0,
		.active_low	= 0,
		.wakeup		= 1,
	},
	},
	{
	{
		.gpio		= S3C2410_GPG(9),
		.gpio		= S3C2410_GPG(9),