Skip to content

Commit 5fd769c

Browse files
rddunlaprafaeljw
authored andcommitted
ACPI: video: Docs update for "acpi_backlight" kernel parameter options
Update the Documentation for "acpi_backlight" by adding 2 new options (native and none). Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2ce94bc commit 5fd769c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
default: 0
2323

2424
acpi_backlight= [HW,ACPI]
25-
acpi_backlight=vendor
26-
acpi_backlight=video
27-
If set to vendor, prefer vendor specific driver
25+
{ vendor | video | native | none }
26+
If set to vendor, prefer vendor-specific driver
2827
(e.g. thinkpad_acpi, sony_acpi, etc.) instead
2928
of the ACPI video.ko driver.
29+
If set to video, use the ACPI video.ko driver.
30+
If set to native, use the device's native backlight mode.
31+
If set to none, disable the ACPI backlight interface.
3032

3133
acpi_force_32bit_fadt_addr
3234
force FADT to use 32 bit addresses rather than the

0 commit comments

Comments
 (0)