1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 17:35:19 +02:00

jz4740: qi_lb60: Allow the power button to wakeup the device from suspend.

This commit is contained in:
Lars-Peter Clausen 2009-11-09 17:56:21 +01:00
parent 213a66582d
commit 92e06e95a5

View File

@ -309,6 +309,7 @@ static struct gpio_keys_button qi_lb60_gpio_keys_buttons[] = {
.gpio = GPIO_WAKEUP_N,
.active_low = 1,
.desc = "Power",
.wakeup = 1,
},
};