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
2024-08-05
Fix reporting if critical battery state.
Mark Kettenis
2024-06-24
Some machines send AC change notifications to acpibat(4). Forward this
Marcus Glocker
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-02-09
add Surface Go 3 hid to acpibat(4)
Dave Voutila
2020-06-10
Give userland a consistent battery and A/C state after resume
Jeremie Courreges-Anglas
2018-07-01
acpi: clean up some inconsistent style in the hid matching arrays
Mike Larkin
2017-09-04
Don't require exactly 20 elements in the _BIX package if at least 20
Joshua Stein
2017-07-25
fallback on _BIF properly when _BIX exists and returns a package
Joshua Stein
2017-07-22
acpibat: look for _BIX first before falling back on _BIF
Joshua Stein
2017-03-12
try to attach acpisbs first and if successful, don't attach acpibat
Joshua Stein
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-05-23
Expose bif_capacity as the 'design capacity' through an acpibat sensor,
Landry Breuil
2011-10-16
Provide battery charge/discharge rate in proper units.
Mark Kettenis
2010-11-10
The acpibat(4) notify function should not unconditionally call both _BIF
Mark Kettenis
2010-08-07
Generate power change events for APM. Makes powerup and powerdown scripts
Can Erkin Acar
2010-07-21
spacing and indents that are driving me crazy
Theo de Raadt
2009-11-24
Reporting battery insert/removal was debug code. dmesg is not
Theo de Raadt
2009-03-11
More aml_evalinteger fixup
Jordan Hargrave
2008-11-06
Collapse all sanity checks of hids into one function.
Marco Peereboom
2008-08-14
add missing semicolon; ok mbalmer@, marco@
Robert Nagy
2008-08-05
Fix spurious 0 values on batteries seen on laptopts that have an embedded
Marco Peereboom
2008-06-13
Properly handle battery insertion/removal
Jordan Hargrave
2008-06-01
Re-enable new parser. Lots of testing by various folks. Fits all media
Marco Peereboom
2008-05-16
back out jordans new parser.
David Gwynne
2008-05-14
Adding new ACPI Parser code
Jordan Hargrave
2007-11-16
quotes around model name too
Theo de Raadt
2007-11-12
spacing
Theo de Raadt
2007-11-12
spacing
Theo de Raadt
2007-11-12
only print bif info that is complete
Theo de Raadt
2007-11-08
convert the value to a string instead of using aml_val2str()
Can Erkin Acar
2007-11-03
repair attach messages; ok gwk canacar
Theo de Raadt
2007-03-20
Use aml_val2int() instead of accessing v_integer directly.
Michael Knudsen
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
[next]