From b50177d15180241cb15822733920970355e88b49 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 16 Nov 2019 22:42:07 +0100 Subject: [PATCH] ath79: remap D-Link DIR-859 A1 WPS button to WPS The WPS button was mapped to the restart/reset. This patch changes it to emit the KEY_WPS_BUTTON keycode so pressing the WPS button does initiate WPS. Signed-off-by: Christian Lamparter (cherry picked from commit 7a7610c21bb0979f2ae14f3c31012ac9e148b439) --- target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts b/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts index 8bd9067afa..c0e0cc7473 100644 --- a/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts +++ b/target/linux/ath79/dts/qca9563_dlink_dir-859-a1.dts @@ -51,7 +51,7 @@ poll-interval = <20>; wps { - linux,code = ; + linux,code = ; gpios = <&gpio 1 GPIO_ACTIVE_LOW>; debounce-interval = <60>; };