mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: fix RT-N13U gpio buttons
https://dev.openwrt.org/ticket/13795 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37163 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -70,14 +70,19 @@
|
||||
poll-interval = <10>;
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio0 10 1>;
|
||||
gpios = <&gpio0 4 1>;
|
||||
linux,code = <0x198>;
|
||||
};
|
||||
wps {
|
||||
label = "wps";
|
||||
gpios = <&gpio0 0 1>;
|
||||
gpios = <&gpio0 10 1>;
|
||||
linux,code = <0x211>;
|
||||
};
|
||||
rfkill {
|
||||
label = "rfkill";
|
||||
gpios = <&gpio0 0 1>;
|
||||
linux,code = <0xf7>;
|
||||
};
|
||||
};
|
||||
|
||||
ethernet@10100000 {
|
||||
|
||||
Reference in New Issue
Block a user