From 123651345e5708399cc362f2f635a9b1110f12e4 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Fri, 30 Mar 2018 22:22:52 +0200 Subject: [PATCH] xlat/evdev_switch.in: update * xlat/evdev_switch.in (SW_RADIO): Remove, as it was renamed to SW_RFKILL_ALL and marked as deprecated by Linux commit v2.6.26-rc5~32^2. (SW_PEN_INSERTED): New constant, was added by Linux commit v4.7~11^2~7. --- xlat/evdev_switch.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlat/evdev_switch.in b/xlat/evdev_switch.in index 381d8387..43a6d6d7 100644 --- a/xlat/evdev_switch.in +++ b/xlat/evdev_switch.in @@ -2,7 +2,6 @@ SW_LID SW_TABLET_MODE SW_HEADPHONE_INSERT SW_RFKILL_ALL -SW_RADIO SW_MICROPHONE_INSERT SW_DOCK SW_LINEOUT_INSERT @@ -14,3 +13,4 @@ SW_FRONT_PROXIMITY SW_ROTATE_LOCK SW_LINEIN_INSERT SW_MUTE_DEVICE +SW_PEN_INSERTED -- 2.40.0