diff options
| author | Mark Brown <broonie@kernel.org> | 2026-04-14 12:47:16 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-14 12:47:16 +0100 |
| commit | 6e5b0fac1063ba0b3c0e3fe1c605f95a3f45d440 (patch) | |
| tree | 42b5784e66a4a3e264b5821b2118d73ba51a5d18 /include/uapi/linux/input-event-codes.h | |
| parent | cf162476f7e082662691e75f96bfc99c6a64810d (diff) | |
| parent | a158fe7b0c817eebcf2871fe1306347a376030e8 (diff) | |
ASoC: SOF: Intel: NVL/NVL-S: add platform name
Bard Liao <yung-chuan.liao@linux.intel.com> says:
The platform name will be used in the topology name.
Link: https://patch.msgid.link/20260413060800.3156425-1-yung-chuan.liao@linux.intel.com
Diffstat (limited to 'include/uapi/linux/input-event-codes.h')
| -rw-r--r-- | include/uapi/linux/input-event-codes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 4bdb6a165987..3528168f7c6d 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -643,6 +643,10 @@ #define KEY_EPRIVACY_SCREEN_ON 0x252 #define KEY_EPRIVACY_SCREEN_OFF 0x253 +#define KEY_ACTION_ON_SELECTION 0x254 /* AL Action on Selection (HUTRR119) */ +#define KEY_CONTEXTUAL_INSERT 0x255 /* AL Contextual Insertion (HUTRR119) */ +#define KEY_CONTEXTUAL_QUERY 0x256 /* AL Contextual Query (HUTRR119) */ + #define KEY_KBDINPUTASSIST_PREV 0x260 #define KEY_KBDINPUTASSIST_NEXT 0x261 #define KEY_KBDINPUTASSIST_PREVGROUP 0x262 |
