浏览代码

Add some usages needed for ChromeOS hosts (#8996)

Joshua Moses Diamond 5 年之前
父节点
当前提交
2e6959ed87
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tmk_core/common/report.h

+ 2 - 0
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,