ar71xx: correct button type for TL-MR3020 mode slider
authorDavid Bauer <mail@david-bauer.net>
Sat, 30 May 2020 14:24:03 +0000 (16:24 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sun, 31 May 2020 13:54:52 +0000 (15:54 +0200)
commit9cafcbe0bdd601d07ed55bee0136f5d8393c37a8
tree73dab0696e96e5f0121b1c188cd34fadddd96ba7
parent2bd1cf92e97f2b4b9e8ae87d2c662d92f7791ab4
ar71xx: correct button type for TL-MR3020 mode slider

The TP-Link TL-MR3020 has a three-state mode slider which was previously
integrated as a button (EV_KEY). This led to spurious activations of
failsafe mode.

Set the type for the button to switch (EV_SW), to avoid unintended
activations of failsafe mode.

Related: commit 27f3f493de06 ("gpio-button-hotplug: unify polled and
interrupt code")

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit b017a016cc0cd26f84a7e6b8de3dc02dc101e888)
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr3020.c