Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI documentation fix from Rafael Wysocki:
"Fix Sphinx format warinings in an ACPI fan document added recently
(Randy Dunlap)"

* tag 'acpi-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
Documentation/admin-guide/acpi: fix fan_performance_states.rst warnings

+2 -2
+2 -2
Documentation/admin-guide/acpi/fan_performance_states.rst
··· 18 18 19 19 $ ls -l /sys/bus/acpi/devices/INT3404:00/ 20 20 total 0 21 - ... 21 + ... 22 22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0 23 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 24 24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10 ··· 38 38 and contains a colon-separated list of 5 integer numbers (fields) with the 39 39 following interpretation:: 40 40 41 - control_percent:trip_point_index:speed_rpm:noise_level_mdb:power_mw 41 + control_percent:trip_point_index:speed_rpm:noise_level_mdb:power_mw 42 42 43 43 * ``control_percent``: The percent value to be used to set the fan speed to a 44 44 specific level using the _FSL object (0-100).