Bug 3368
Summary: | Lack of smart battery support in Linux | ||
---|---|---|---|
Product: | ACPI | Reporter: | Shaohua (shaohua.li) |
Component: | Power-Battery | Assignee: | Len Brown (lenb) |
Status: | REJECTED DUPLICATE | ||
Severity: | low | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | DSDT in the victim |
Description
Shaohua
2004-09-08 22:37:25 UTC
Created attachment 3649 [details]
DSDT in the victim
The dsdt from an ACER travelmate 4001LMi laptop, which includes smart battery
devices:
Device (SMBC)
{
Name (_HID, "ACPI0001")
Name (_EC, 0x1820)
Device (SBS0)
{
Name (_HID, "ACPI0002")
Name (_SBS, 0x02)
}
}
|