Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 12:14:45 -0800
From:      Nate Lawson <nate@root.org>
To:        hselasky@c2i.net
Cc:        acpi@FreeBSD.org
Subject:   Re: ACPI problem
Message-ID:  <4220D8B5.2000205@root.org>
In-Reply-To: <200502262110.12030.hselasky@c2i.net>
References:  <200502151931.12347.hselasky@c2i.net> <421A712B.30701@root.org> <200502262110.12030.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4220D8B5.2000205>