commit | ffe24ccf66d9179847323e6dfa301b75ee06f2b4 | [log] [tgz] |
---|---|---|
author | DingYong <dingyong2@lenovo.corp-partner.google.com> | Thu Aug 15 08:24:02 2024 +0000 |
committer | Josep del Río <joseprio@google.com> | Mon Nov 11 21:50:56 2024 +0000 |
tree | 2c7e919f3c0519ea626a6f062f271c26a66b9604 | |
parent | 1a824fd33a5308b68d69cf5ea20184b5c690d8e9 [diff] [blame] |
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
diff --git a/include/input/InputDevice.h b/include/input/InputDevice.h index 6a248ef..6b45dd3 100644 --- a/include/input/InputDevice.h +++ b/include/input/InputDevice.h
@@ -131,8 +131,9 @@ 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 {