broadcom-diag: fix sys button on Asus rt-n16
This closes: #14427. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38701
This commit is contained in:
parent
874650d235
commit
80eb837491
@ -711,7 +711,7 @@ static struct platform_t __initdata platforms[] = {
|
||||
.name = "ASUS RT-N16",
|
||||
.buttons = {
|
||||
{ .name = "reset", .gpio = 1 << 8 },
|
||||
{ .name = "ses", .gpio = 1 << 5 },
|
||||
{ .name = "ses", .gpio = 1 << 6 },
|
||||
},
|
||||
.leds = {
|
||||
{ .name = "power", .gpio = 1 << 1, .polarity = REVERSE },
|
||||
|
Loading…
Reference in New Issue
Block a user