aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_edimax_rg21s.dts
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-11-16 22:37:51 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-11-16 22:37:51 +0100
commitad65d9d7b264d6d17293c59469e770905d2f785a (patch)
treeb15d76bb214a7fdd48c57d1e68b56fa4b8ce8ca9 /target/linux/ramips/dts/mt7621_edimax_rg21s.dts
parentccf2aa9d4bf6b79669fc7121fa3bfe4c1e2b05c3 (diff)
downloadupstream-ad65d9d7b264d6d17293c59469e770905d2f785a.tar.gz
upstream-ad65d9d7b264d6d17293c59469e770905d2f785a.tar.bz2
upstream-ad65d9d7b264d6d17293c59469e770905d2f785a.zip
ramips: assign correct key-code to wps buttons
The ASUS WL-330N(3G) and the Edimax RG21S had the reset keycode assigned to the WPS button. This patch changes all three devices to use KEY_WPS_BUTTON in the hopes that this fixes unwanted restarts/ unexpected behavior from the users point of view. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_edimax_rg21s.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_edimax_rg21s.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_edimax_rg21s.dts b/target/linux/ramips/dts/mt7621_edimax_rg21s.dts
index b6bb448fd8..6ed08413c1 100644
--- a/target/linux/ramips/dts/mt7621_edimax_rg21s.dts
+++ b/target/linux/ramips/dts/mt7621_edimax_rg21s.dts
@@ -39,7 +39,7 @@
wps {
label = "wps";
gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
+ linux,code = <KEY_WPS_BUTTON>;
};
};