Skip to content

Commit d477a90

Browse files
vincentbernatjwrdegoede
authored andcommitted
platform/x86: thinkpad_acpi: fix documentation for adaptive keyboard
The different values were offset by 1. 0 is for "home mode", 1 for "web-browser mode", etc. Moreover, the URL to the laptop's user guide did not work anymore. Signed-off-by: Vincent Bernat <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 39f5329 commit d477a90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/admin-guide/laptops/thinkpad-acpi.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,15 +1520,15 @@ This sysfs attribute controls the keyboard "face" that will be shown on the
15201520
Lenovo X1 Carbon 2nd gen (2014)'s adaptive keyboard. The value can be read
15211521
and set.
15221522

1523-
- 1 = Home mode
1524-
- 2 = Web-browser mode
1525-
- 3 = Web-conference mode
1526-
- 4 = Function mode
1527-
- 5 = Layflat mode
1523+
- 0 = Home mode
1524+
- 1 = Web-browser mode
1525+
- 2 = Web-conference mode
1526+
- 3 = Function mode
1527+
- 4 = Layflat mode
15281528

15291529
For more details about which buttons will appear depending on the mode, please
15301530
review the laptop's user guide:
1531-
http://www.lenovo.com/shop/americas/content/user_guides/x1carbon_2_ug_en.pdf
1531+
https://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles_pdf/x1carbon_2_ug_en.pdf
15321532

15331533
Battery charge control
15341534
----------------------

0 commit comments

Comments
 (0)