GNU bug report logs -
#643
23.0.60; battery.el needs deprecated ACPI_PROCFS_POWER interface
Previous Next
Reported by: Sven Joachim <svenjoac <at> gmx.de>
Date: Sun, 3 Aug 2008 07:45:03 UTC
Severity: normal
Merged with 660
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#643: 23.0.60; battery.el needs deprecated ACPI_PROCFS_POWER interface
It has been closed by Chong Yidong <cyd <at> stupidchicken.com>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd <at> stupidchicken.com> by
replying to this email.
--
643: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=643
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I've checked in the patch.
[Message part 3 (message/rfc822, inline)]
In recent Linux kernels, the information about battery status has been
moved from /proc/acpi/battery to /sys/class/power_supply. It is only
available from the former place if the kernel has been built with the
ACPI_PROCFS_POWER option, which is deprecated:
,----[ /usr/src/linux-2.6.26.1/drivers/acpi/Kconfig ]
| config ACPI_PROCFS_POWER
| bool "Deprecated power /proc/acpi directories"
| depends on PROC_FS
| default y
| ---help---
| For backwards compatibility, this option allows
| deprecated power /proc/acpi/ directories to exist, even when
| they have been replaced by functions in /sys.
| The deprecated directories (and their replacements) include:
| /proc/acpi/battery/* (/sys/class/power_supply/*)
| /proc/acpi/ac_adapter/* (sys/class/power_supply/*)
| This option has no effect on /proc/acpi/ directories
| and functions, which do not yet exist in /sys
|
| Say N to delete power /proc/acpi/ directories that have moved to /sys/
|
`----
At least Debian ships kernels that are built without ACPI_PROCFS_POWER,
so battery.el will not work with them.
Sven
This bug report was last modified 15 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.