projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea0d3b
)
platform/x86: asus-wmi: Update tablet_mode_sw module-param help text
author
Hans de Goede
<hdegoede@redhat.com>
Fri, 26 Aug 2022 09:29:21 +0000
(11:29 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Fri, 26 Aug 2022 09:29:50 +0000
(11:29 +0200)
Document how to select asus_wmi_lid_flip_rog_devid as tablet_switch_mode
by adding "3:lid-flip-rog" to the tablet_mode_sw module-param help text.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link:
https://lore.kernel.org/r/20220826092921.8907-1-hdegoede@redhat.com
drivers/platform/x86/asus-nb-wmi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/asus-nb-wmi.c
b/drivers/platform/x86/asus-nb-wmi.c
index cb8af61d684c9297ed91d24a44f533ed59fd80fd..aad5cc0e00920f794b9f1c804f85cc5a3f7204ed 100644
(file)
--- a/
drivers/platform/x86/asus-nb-wmi.c
+++ b/
drivers/platform/x86/asus-nb-wmi.c
@@
-43,7
+43,7
@@
MODULE_PARM_DESC(wapf, "WAPF value");
static int tablet_mode_sw = -1;
module_param(tablet_mode_sw, uint, 0444);
-MODULE_PARM_DESC(tablet_mode_sw, "Tablet mode detect: -1:auto 0:disable 1:kbd-dock 2:lid-flip");
+MODULE_PARM_DESC(tablet_mode_sw, "Tablet mode detect: -1:auto 0:disable 1:kbd-dock 2:lid-flip
3:lid-flip-rog
");
static struct quirk_entry *quirks;