ACPI problem
Nate Lawson
nate at root.org
Sat Feb 26 20:14:51 GMT 2005
Hans Petter Selasky wrote:
> Hi,
> I found out that the battery is supported under the "Smart Battery" system:
>
> Device (SMBC)
> {
> Name (_HID, "ACPI0001")
> Name (_EC, 0x1820)
> Device (SBS0)
> {
> Name (_HID, "ACPI0002")
> Name (_SBS, 0x01)
> }
> }
>
> Are there any plans to support ACPI0001/2 ?
Yes, those should comply to the ACPI smart battery section of the
specification. Unfortunately, it's not a simple matter to write a
driver to that interface. Linux is still working on this as well. I
don't have the time to write the driver but if someone with the ability
wants to do the effort, I'd be happy to give pointers for how to
interface with our SMBUS subsystem.
--
Nate
More information about the freebsd-acpi
mailing list