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
/
acpiac.c
Age
Commit message (
Expand
)
Author
2010-08-07
Generate power change events for APM. Makes powerup and powerdown scripts
Can Erkin Acar
2009-03-11
Cleanup.. use aml_evalinteger instead of aml_evalname
Jordan Hargrave
2008-11-06
Collapse all sanity checks of hids into one function.
Marco Peereboom
2008-07-23
move the aml_register_notify() call below for better debugging output.
Federico G. Schwindt
2008-07-18
POLL causes concurrency issues with event driven batteries. Remove for now
Marco Peereboom
2008-06-12
Poll AC because there are some crappy machines out there that need it.
Marco Peereboom
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-03
Notebook from ckuethe@ that notifies AC with 0x01, so add that in.
Can Erkin Acar
2007-06-23
Accept 0x00 as notify type since some notebooks (MSI-S260)
Can Erkin Acar
2007-02-21
Some Sony VAIOs use the wrong eventing type. Work around that by honering it.
Marco Peereboom
2007-01-03
Consistent naming for the sensors.
Marco Peereboom
2006-12-28
Prettify dmesg a bit for attach with power state being either offline or
Michael Knudsen
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
more minor knf
Theo de Raadt
2006-12-18
minor cleaning; ok marco
Theo de Raadt
2006-11-29
After a long debate at the hackathon it was decided that the acpi implementation
Marco Peereboom
2006-10-19
Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol
Marco Peereboom
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-02-22
Added new aml_register_notify to handle call-by-ID
Jordan Hargrave
2006-02-22
Added notify callback for A/C device
Jordan Hargrave
2006-02-17
Add sensors output. This is for debug only and will be removed later.
Marco Peereboom
2006-02-17
Fixed code for handling _INI
Jordan Hargrave
2006-02-16
Print useful information during boot about the battery and power supply.
Marco Peereboom
2005-12-16
Use new unified header.
Marco Peereboom
2005-12-14
Add AC device.
Marco Peereboom