summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpiac.c
AgeCommit message (Expand)Author
2010-08-07Generate power change events for APM. Makes powerup and powerdown scriptsCan Erkin Acar
2009-03-11Cleanup.. use aml_evalinteger instead of aml_evalnameJordan Hargrave
2008-11-06Collapse all sanity checks of hids into one function.Marco Peereboom
2008-07-23move the aml_register_notify() call below for better debugging output.Federico G. Schwindt
2008-07-18POLL causes concurrency issues with event driven batteries. Remove for nowMarco Peereboom
2008-06-12Poll AC because there are some crappy machines out there that need it.Marco Peereboom
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-16back out jordans new parser.David Gwynne
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2007-11-03Notebook from ckuethe@ that notifies AC with 0x01, so add that in.Can Erkin Acar
2007-06-23Accept 0x00 as notify type since some notebooks (MSI-S260)Can Erkin Acar
2007-02-21Some Sony VAIOs use the wrong eventing type. Work around that by honering it.Marco Peereboom
2007-01-03Consistent naming for the sensors.Marco Peereboom
2006-12-28Prettify dmesg a bit for attach with power state being either offline orMichael Knudsen
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-12-18minor cleaning; ok marcoTheo de Raadt
2006-11-29After a long debate at the hackathon it was decided that the acpi implementationMarco Peereboom
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
2006-10-12Massive ACPI changesJordan Hargrave
2006-02-22Added new aml_register_notify to handle call-by-IDJordan Hargrave
2006-02-22Added notify callback for A/C deviceJordan Hargrave
2006-02-17Add sensors output. This is for debug only and will be removed later.Marco Peereboom
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-16Print useful information during boot about the battery and power supply.Marco Peereboom
2005-12-16Use new unified header.Marco Peereboom
2005-12-14Add AC device.Marco Peereboom