summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch
diff options
context:
space:
mode:
authorRaphaël Huck <rhk@cksum.org>2010-04-29 12:51:02 +0000
committerRaphaël Huck <rhk@cksum.org>2010-04-29 12:51:02 +0000
commitb29ef93886b74d380b826ea0ac86393aa01632cd (patch)
tree571f0f85e71997bbb64e6cfe35b41d7ca3d356fc /target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch
parent5af6e7724b53fbb6acaa13ab386645bfc595e891 (diff)
downloadmaster-31e0f0ae-b29ef93886b74d380b826ea0ac86393aa01632cd.tar.gz
master-31e0f0ae-b29ef93886b74d380b826ea0ac86393aa01632cd.tar.bz2
master-31e0f0ae-b29ef93886b74d380b826ea0ac86393aa01632cd.zip
fix gpio button key code, match button-hotplug code
SVN-Revision: 21253
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch
index 7795f99efd..8e53a60e4b 100644
--- a/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch
+++ b/target/linux/brcm63xx/patches-2.6.33/150-alice_gate2_leds.patch
@@ -56,7 +56,7 @@
+ .gpio = 37,
+ .active_low = 1,
+ .type = EV_KEY,
-+ .code = BTN_0,
++ .code = KEY_RESTART,
+ .threshold = 3,
+ },
+ },