Skip to content

Commit

Permalink
HID: hid-appletb-kbd: Fix wrong date and kernel version in sysfs inte…
Browse files Browse the repository at this point in the history
…rface docs

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@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
  • Loading branch information
Aditya Garg authored and Jiri Kosina committed Apr 24, 2025
1 parent 55cd617 commit c14e02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ABI/testing/sysfs-driver-hid-appletb-kbd
Original file line number Diff line number Diff line change
@@ -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@vger.kernel.org
Description:
The set of keys displayed on the Touch Bar.
Expand Down

0 comments on commit c14e02e

Please sign in to comment.