ramips: make the rfkill switch work on fonera20n
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38734
This commit is contained in:
parent
000cefd85e
commit
33111eff95
|
@ -77,7 +77,8 @@
|
||||||
switch {
|
switch {
|
||||||
label = "switch";
|
label = "switch";
|
||||||
gpios = <&gpio0 13 1>;
|
gpios = <&gpio0 13 1>;
|
||||||
linux,code = <0x101>;
|
linux,code = <0xf7>;
|
||||||
|
linux,input-type = <5>; /* EV_SW */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue