From 4d498a203aa8066929beb0e81e59c36b3ba0ab62 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 28 Dec 2017 13:21:21 -0700 Subject: [PATCH] Use KEY_WLAN to fix issue with userspace recognition --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index c0a7701..62e5386 100644 --- a/input.c +++ b/input.c @@ -19,7 +19,7 @@ * along with this program. If not, see . */ -#define AIRPLANE_KEY KEY_RFKILL +#define AIRPLANE_KEY KEY_WLAN static struct input_dev *s76_input_device; static DEFINE_MUTEX(s76_input_report_mutex);