Age | Commit message (Expand) | Author |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-01-17 | Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes. | Anthony J. Bentley |
2017-09-06 | fix comment | Joshua Stein |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2016-10-25 | Deduplicate the CRS parsing code and handle broken ACPI implementations. | Paul Irofti |
2015-08-12 | Check proper HPET period value during attach. | Mike Larkin |
2015-08-04 | Fix a handful of incorrect register offsets in acpihpet. | Mike Larkin |
2014-11-23 | If a machine has no _LIDs, then none can be open. This diff fixes a problem | Mike Larkin |
2014-11-08 | If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back to | Mike Larkin |
2014-05-23 | Expose bif_capacity as the 'design capacity' through an acpibat sensor, | Landry Breuil |
2012-07-13 | Make the ACPI EC aware of the AML global lock. | Paul Irofti |
2010-08-06 | Always call _PSW on _LID devices that support it to enable lid open to | Marco Peereboom |
2010-08-03 | Add busy flag so that we don't act on a SCI until a command in progress | Marco Peereboom |
2010-07-27 | Add additional Notify handler for dock devices, according to ACPI spec | Jordan Hargrave |
2010-07-26 | Remove unused structure members | Jordan Hargrave |
2009-06-02 | Added changes for docking station, must eject all children devices | Jordan Hargrave |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2007-11-12 | spacing | Theo de Raadt |
2007-05-31 | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to | Gordon Willem Klok |
2007-04-23 | In acpidock_softc, change sc_sens from being a one element long array to | Michael Knudsen |
2007-04-22 | Whitespace cleanup. | Michael Knudsen |
2007-04-22 | Add a TAILQ, aml_nodelist, of devices depending on the dock device to | Michael Knudsen |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-01-27 | Add some more _STA flags. | Marco Peereboom |
2007-01-26 | Actually add the acpidock indicator sensor stuff to the softc struct so | Michael Knudsen |
2007-01-25 | Remove comment that I committed by accident. | Michael Knudsen |
2007-01-22 | Add driver for ACPI docking stations. | Michael Knudsen |
2007-01-18 | Check whether PCI interrupt link devices are enabled. | Mark Kettenis |
2007-01-03 | Oops forgot this bit as part of the cleanup for acpiac. From Constantine | 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 | more minor knf | 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-03-04 | Add the gasio magic to slow/speed cpu. | Marco Peereboom |
2006-02-26 | Add GRD and PCT structures. | Marco Peereboom |
2006-02-26 | Add _PSS. | 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-28 | Add 2 methods (Battery Info and Battery Status) | Marco Peereboom |
2005-12-16 | Typo and use correct header file. | Marco Peereboom |
2005-12-16 | Add new unified header file for devices. Suggested deraadt@ | Marco Peereboom |