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.33/221-board-NB4.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.33/221-board-NB4.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch b/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch index 6e58b5f726..57ce7fc8d9 100644 --- a/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch +++ b/target/linux/brcm63xx/patches-2.6.33/221-board-NB4.patch @@ -123,7 +123,7 @@ + .gpio = 34, + .active_low = 1, + .type = EV_KEY, -+ .code = BTN_0, ++ .code = KEY_RESTART, + .threshold = 3, + }, + }, @@ -209,7 +209,7 @@ + .gpio = 34, + .active_low = 1, + .type = EV_KEY, -+ .code = BTN_0, ++ .code = KEY_RESTART, + .threshold = 3, + }, + }, @@ -293,7 +293,7 @@ + .gpio = 34, + .active_low = 1, + .type = EV_KEY, -+ .code = BTN_0, ++ .code = KEY_RESTART, + .threshold = 3, + }, + }, @@ -374,7 +374,7 @@ + .gpio = 34, + .active_low = 1, + .type = EV_KEY, -+ .code = BTN_0, ++ .code = KEY_RESTART, + .threshold = 3, + }, + }, @@ -453,7 +453,7 @@ + .gpio = 34, + .active_low = 1, + .type = EV_KEY, -+ .code = BTN_0, ++ .code = KEY_RESTART, + .threshold = 3, + }, + }, |