summaryrefslogtreecommitdiff
path: root/include/input/InputDevice.h
diff options
context:
space:
mode:
author DingYong <dingyong2@lenovo.corp-partner.google.com> 2024-08-15 08:24:02 +0000
committer Josep del Río <joseprio@google.com> 2024-11-11 21:50:56 +0000
commitffe24ccf66d9179847323e6dfa301b75ee06f2b4 (patch)
tree2c7e919f3c0519ea626a6f062f271c26a66b9604 /include/input/InputDevice.h
parent1a824fd33a5308b68d69cf5ea20184b5c690d8e9 (diff)
Add keyboard volume mute LED. (2/2)
(cherry picked from https://partner-android-review.googlesource.com/q/commit:80f60ec95afc0c5995647aa19f87b5389f656c25) Change-Id: I75f68a34b2557deeb9e5d760480e5ab4aa6af328 Bug: 373556678 Flag: NONE external OEM contribution only active in their devices
Diffstat (limited to 'include/input/InputDevice.h')
-rw-r--r--include/input/InputDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/input/InputDevice.h b/include/input/InputDevice.h
index 6a248ef188..6b45dd39dc 100644
--- a/include/input/InputDevice.h
+++ b/include/input/InputDevice.h
@@ -131,8 +131,9 @@ enum class InputDeviceLightType : int32_t {
PLAYER_ID = 1,
KEYBOARD_BACKLIGHT = 2,
KEYBOARD_MIC_MUTE = 3,
+ KEYBOARD_VOLUME_MUTE = 4,
- ftl_last = KEYBOARD_MIC_MUTE
+ ftl_last = KEYBOARD_VOLUME_MUTE
};
enum class InputDeviceLightCapability : uint32_t {