mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
ramips: mark toggle input on EX6150 as a switch
The Netgear EX6150 has an Access Point/Extender switch. Set it as an EV_SW. Otherwise when it's set to Access Point, it will trigger failsafe mode during boot. Fixes: FS#3590 Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
afaeca6886
commit
d32dda10d5
@ -86,6 +86,7 @@
|
|||||||
label = "AP/Extender toggle";
|
label = "AP/Extender toggle";
|
||||||
gpios = <&gpio 48 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio 48 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <BTN_0>;
|
linux,code = <BTN_0>;
|
||||||
|
linux,input-type = <EV_SW>;
|
||||||
/* Active when switch is set to "Access Point" */
|
/* Active when switch is set to "Access Point" */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user