[PATCH] HID: hid-appletb-kbd: Fix wrong date and kernel version in sysfs interface docs
From: adityagarg1208
Date: Thu Mar 27 2025 - 03:13:34 EST
From: Aditya Garg <gargaditya08@xxxxxxxx>
The driver hid-appletb-kbd was upstreamed in kernel 6.15. But, due to an
oversight on my part, I didn't change the kernel version and expected
date while upstreaming the driver, thus it remained as 6.5, the original
kernel version when the driver was developed for downstream. This commit
should fix this.
Signed-off-by: Aditya Garg <gargaditya08@xxxxxxxx>
---
Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd b/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd
index 2a19584d0..8c9718d83 100644
--- a/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd
+++ b/Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd
@@ -1,6 +1,6 @@
What: /sys/bus/hid/drivers/hid-appletb-kbd/<dev>/mode
-Date: September, 2023
-KernelVersion: 6.5
+Date: March, 2025
+KernelVersion: 6.15
Contact: linux-input@xxxxxxxxxxxxxxx
Description:
The set of keys displayed on the Touch Bar.
--
2.49.0