1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 04:06:20 +03:00

[brcm63xx] patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22464 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-08-02 19:32:40 +00:00
parent e0e5bd88de
commit 45357a4653
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 32,
+ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,

View File

@ -16,7 +16,7 @@
+ .buttons = {
+ {
+ .desc = "reset",
+ .gpio = 32,
+ .gpio = 33,
+ .active_low = 1,
+ .type = EV_KEY,
+ .code = KEY_RESTART,