Package: cpufreqd / 2.4.2-2

Metadata

Package Version Patches format
cpufreqd 2.4.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
619913.patch | (download)

src/cpufreqd_acpi_battery.c | 15 12 + 3 - 0 !
1 file changed, 12 insertions(+), 3 deletions(-)

 use power_now instead of current_now to read power from sysfs

Apparently, current_now was renamed to power_now around kernel 2.6.36. The fix
in this patch first tries to read from the new file name, if this does not
exist, it tries the old name.

Bug: 644567