From 153933e0ef34e4e9b166a0d302df1938725d014f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 27 May 2019 21:25:52 +0000 Subject: [PATCH] xlat: update KBD_* constants * xlat/evdev_keycode.in (KEY_KBD_LAYOUT_NEXT): New constant introduced by Linux kernel commit v5.2-rc1~79^2^2~7. * NEWS: Mention this. --- NEWS | 3 ++- xlat/evdev_keycode.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8bc11710..3a1436ff 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @@ Noteworthy changes in release ?.? (????-??-??) ============================================== * Improvements - * Updated lists of AUDIT_*, CLONE_*, KVM_*, TIPC_*, and V4L2_* constants. + * Updated lists of AUDIT_*, CLONE_*, KEY_*, KVM_*, TIPC_*, + and V4L2_* constants. Noteworthy changes in release 5.1 (2019-05-22) ============================================== diff --git a/xlat/evdev_keycode.in b/xlat/evdev_keycode.in index 08fb5d10..ddd2361f 100644 --- a/xlat/evdev_keycode.in +++ b/xlat/evdev_keycode.in @@ -525,6 +525,7 @@ KEY_APPSELECT 0x244 KEY_SCREENSAVER 0x245 KEY_VOICECOMMAND 0x246 KEY_ASSISTANT 0x247 +KEY_KBD_LAYOUT_NEXT 0x248 #ifndef STRACE_WORKAROUND_FOR_KEY_BRIGHTNESS_MIN # define STRACE_WORKAROUND_FOR_KEY_BRIGHTNESS_MIN -- 2.40.0