From f80f975906900b93e56f9aa1b845c9636843aa0f Mon Sep 17 00:00:00 2001 From: Joshua Diamond Date: Sat, 2 May 2020 09:59:42 -0400 Subject: [PATCH] Add some usages needed for ChromeOS hosts --- tmk_core/common/report.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmk_core/common/report.h b/tmk_core/common/report.h index 61ef6ea66cf8..c2b1b7c7101f 100644 --- a/tmk_core/common/report.h +++ b/tmk_core/common/report.h @@ -69,6 +69,8 @@ enum consumer_usages { AL_CALCULATOR = 0x192, AL_LOCAL_BROWSER = 0x194, AL_LOCK = 0x19E, + AL_CONTROL_PANEL = 0x19F, + AL_ASSISTANT = 0x1CB, // 15.16 Generic GUI Application Controls AC_MINIMIZE = 0x206, AC_SEARCH = 0x221,