projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.33
/
100-reset_buttons.patch
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
6b72ca2
..
982886f
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
+++ b/
target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch
@@
-16,7
+16,7
@@
+ .buttons = {
+ {
+ .desc = "reset",
-+ .gpio = 3
2
,
++ .gpio = 3
3
,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,
This page took
0.023898 seconds
and
4
git commands to generate.