lantiq/xrx200: make WLAN button responsive on Fritzbox 3370
authorDustin Gathmann <dzsoftware@posteo.org>
Wed, 20 May 2020 22:13:43 +0000 (00:13 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 23 Jul 2020 15:39:29 +0000 (17:39 +0200)
Pressing the 'WLAN' button should enable/disable wireless activity.
However, on the Fritzbox 3370 this doesn't have an effect.
This patch changes the mapping of the physical WLAN button, so a button
press will emit an action for the 'rfkill' key instead of 'wlan'.
Apparently, this is what stock OpenWRT expects, and also what is
implemented for most other devices.

Signed-off-by: Dustin Gathmann <dzsoftware@posteo.org>
(cherry picked from commit a53bf63756ef2a266ae5f3b3507eeb7382b4cdc9)

target/linux/lantiq/files-4.14/arch/mips/boot/dts/FRITZ3370-REV2.dtsi

index e86e544945a8189a151d8402f26125c07b24f454..f3ce0adfff8976f8bba9a42f16636eee5bdf6ea4 100644 (file)
@@ -46,7 +46,7 @@
                wifi {
                        label = "wlan";
                        gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
-                       linux,code = <KEY_WLAN>;
+                       linux,code = <KEY_RFKILL>;
                };
        };