Skip Menu |

This queue is for tickets about the Acpi CPAN distribution.

Report information
The Basics
Id: 82705
Status: open
Priority: 0/
Queue: Acpi

People
Owner: Nobody in particular
Requestors: MIMOSINET [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.1
Fixed in: (no value)



This module is using the deprecated location: /proc/acpi/battery/BAT New kernels are using: /sys/class/power_supply I have started a rewritting of the module in: https://github.com/mimosinnet/Acpi_Battery in cas sombody is interested on contributing or if the code can be included in this module. Cheers!
El Lun Ene 14 18:49:37 2013, MIMOSINET escribió: Show quoted text
> This module is using the deprecated location: /proc/acpi/battery/BAT > > New kernels are using: /sys/class/power_supply > > I have started a rewritting of the module in: > https://github.com/mimosinnet/Acpi_Battery > > in cas sombody is interested on contributing or if the code can be > included in this module. > > Cheers!
I have finished writting a module that reads information in /sys/class called Acpi::Class, following the same naming of Acpi::Battery, Acpi::Fan and Acpi::Temperature. Acpi::Class can get any information from /sys/class and can be used to develop some aggregated system information.