diff options
author | Raphaël Huck <rhk@cksum.org> | 2010-04-29 12:51:02 +0000 |
---|---|---|
committer | Raphaël Huck <rhk@cksum.org> | 2010-04-29 12:51:02 +0000 |
commit | b29ef93886b74d380b826ea0ac86393aa01632cd (patch) | |
tree | 571f0f85e71997bbb64e6cfe35b41d7ca3d356fc /target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch | |
parent | 5af6e7724b53fbb6acaa13ab386645bfc595e891 (diff) | |
download | upstream-b29ef93886b74d380b826ea0ac86393aa01632cd.tar.gz upstream-b29ef93886b74d380b826ea0ac86393aa01632cd.tar.bz2 upstream-b29ef93886b74d380b826ea0ac86393aa01632cd.zip |
fix gpio button key code, match button-hotplug code
SVN-Revision: 21253
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch b/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch index 71d8e4741f..7b8501e9e4 100644 --- a/target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch +++ b/target/linux/brcm63xx/patches-2.6.32/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, + }, + }, |