index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpibat.c
Age
Commit message (
Expand
)
Author
2007-02-17
Since a full battery can still have state BST_CHARGE ("charging"),
Deanna Phillips
2007-01-25
Do the sensor magic correctly. Found by Constantine Murenin.
Marco Peereboom
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-12-21
even more knf love
Theo de Raadt
2006-12-21
Tweak to report full battery.
Marco Peereboom
2006-12-21
more minor knf
Theo de Raadt
2006-12-21
Fix silly logic errors.
Marco Peereboom
2006-12-21
Silence acpibat significantly and shave off about 1k. Also add some smarts
Marco Peereboom
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-10-19
Reduce the scope of the locks.
Marco Peereboom
2006-10-19
KNF and some cleanup
Marco Peereboom
2006-10-19
Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol
Marco Peereboom
2006-10-19
Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s.
Marco Peereboom
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-09-19
Typo fixes.
Michael Knudsen
2006-06-06
fix a bad strlcpy, from ben lovett
Jolan Luff
2006-05-19
Use rwlock instead of lockmgr locks.
Can Erkin Acar
2006-04-30
rv not set. Sloppy but didn't matter.
Marco Peereboom
2006-03-05
KNF nit.
Marco Peereboom
2006-02-22
Rework notify handler.
Marco Peereboom
2006-02-22
Add insertion and removal events for batteries.
Marco Peereboom
2006-02-21
KNF
Marco Peereboom
2006-02-21
Adjust debugging levels to something more reasonable.
Marco Peereboom
2006-02-17
Better comments.
Marco Peereboom
2006-02-17
Propogate some values through the sysctl hw.sesnsors interface for debug
Marco Peereboom
2006-02-17
Detect if battery slot is available but without a battery in it.
Marco Peereboom
2006-02-16
Print useful information during boot about the battery and power supply.
Marco Peereboom
2006-02-16
Adjust debug levels to something sane.
Marco Peereboom
2006-02-03
Rewrote aml parser yet again...
Jordan Hargrave
2006-01-17
Major overhaul of the aml parser. Evaluater temporarily disabled.
Jordan Hargrave
2006-01-06
Sudden newline
Alexander Yurchenko
2005-12-30
make ACPI_DEBUG compile
Ted Unangst
2005-12-28
oops enabled a method that doesnt work yet so disabled getbif for now.
Marco Peereboom
2005-12-28
Add some return values to getbst and getbif.
Marco Peereboom
2005-12-28
Add 2 methods (Battery Info and Battery Status)
Marco Peereboom
2005-12-16
Use new unified header.
Marco Peereboom
2005-12-13
Use shiny new acpibat.h
Marco Peereboom
2005-12-13
Add battery device.
Marco Peereboom