]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
include: update linux kernel headers from v6.19-rc5
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 17 Jan 2026 03:32:34 +0000 (12:32 +0900)
committerMike Yuan <me@yhndnzj.com>
Sun, 18 Jan 2026 14:32:08 +0000 (15:32 +0100)
src/include/uapi/linux/input-event-codes.h

index 94db4e485e98f87f1546073e1754f67cd724efe7..32bc46b55f61192cbdc9f7d433572015ad695676 100644 (file)
 
 #define ABS_VOLUME             0x20
 #define ABS_PROFILE            0x21
+#define ABS_SND_PROFILE                0x22
 
 #define ABS_MISC               0x28
 
 #define SND_MAX                        0x07
 #define SND_CNT                        (SND_MAX+1)
 
+/*
+ * ABS_SND_PROFILE values
+ */
+
+#define SND_PROFILE_SILENT     0x00
+#define SND_PROFILE_VIBRATE    0x01
+#define SND_PROFILE_RING       0x02
+
 #endif