summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
diff options
context:
space:
mode:
authorrhk <rhk@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-29 12:51:02 +0000
committerrhk <rhk@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-29 12:51:02 +0000
commit30d80a23d93d187771bc837c50c083a555820be3 (patch)
tree1673282c9988caa4da248ba6547654a20446b95d /target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
parent7b8a4fb8e01f90d814d383dc05e3f572db501ad1 (diff)
[brcm63xx] fix gpio button key code, match button-hotplug code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch b/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
index 292e0a7cc..02b4149dd 100644
--- a/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
+++ b/target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
@@ -19,7 +19,7 @@
+ .gpio = 32,
+ .active_low = 1,
+ .type = EV_KEY,
-+ .code = BTN_0,
++ .code = KEY_RESTART,
+ .threshold = 3,
+ },
+ },
@@ -36,7 +36,7 @@
+ .gpio = 36,
+ .active_low = 1,
+ .type = EV_KEY,
-+ .code = BTN_0,
++ .code = KEY_RESTART,
+ .threshold = 3,
+ },
+ },