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 <chunkeey@gmail.com>
(cherry picked from commit 7a7610c21bb0979f2ae14f3c31012ac9e148b439)
This commit is contained in:
Christian Lamparter 2019-11-16 22:42:07 +01:00
parent 1bd280b1ef
commit b50177d151

View File

@ -51,7 +51,7 @@
poll-interval = <20>;
wps {
linux,code = <KEY_RESTART>;
linux,code = <KEY_WPS_BUTTON>;
gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
debounce-interval = <60>;
};