diff options
| author | Jiri Kosina <jkosina@suse.com> | 2025-03-26 13:42:55 +0100 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2025-03-26 13:42:55 +0100 |
| commit | ac91d5c718456d5f0162dfd34e819a08f94e0584 (patch) | |
| tree | 073f5e7c8156ef409fe63ff7d2de733fd26efe8d /Documentation | |
| parent | b3cc7428a32202936904b5b07cf9f135025bafd6 (diff) | |
| parent | 70409f3bc0c0f47bc4be05658395b7eb825e8a59 (diff) | |
| download | linux-next-ac91d5c718456d5f0162dfd34e819a08f94e0584.tar.gz linux-next-ac91d5c718456d5f0162dfd34e819a08f94e0584.zip | |
Merge branch 'for-6.15/apple' into for-linus
- support for Apple Touch Bars (Kerem Karabay, Aditya Garg)
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd b/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd new file mode 100644 index 000000000000..2a19584d091e --- /dev/null +++ b/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd @@ -0,0 +1,13 @@ +What: /sys/bus/hid/drivers/hid-appletb-kbd/<dev>/mode +Date: September, 2023 +KernelVersion: 6.5 +Contact: linux-input@vger.kernel.org +Description: + The set of keys displayed on the Touch Bar. + Valid values are: + == ================= + 0 Escape key only + 1 Function keys + 2 Media/brightness keys + 3 None + == ================= |
