Age | Commit message (Expand) | Author |
2012-07-13 | Disable acpivideo(4) on ASUS laptops. | Paul Irofti |
2012-07-11 | for now, restrict hibernate to root in the acpi ioctl kernel interface. | Mike Larkin |
2012-07-09 | tiny little oops in untested hibernate block | Theo de Raadt |
2012-07-09 | clean up ioctl() case statements | Theo de Raadt |
2012-07-09 | acpi_disable_onegpe() is not used; ok pirofti | Theo de Raadt |
2012-05-24 | If _MIN > _MAX consider a WordBus resource to be invalid. Fixes a panic on | Mark Kettenis |
2012-03-29 | Missing #ifdef in previous diff | Mike Larkin |
2012-03-29 | Prevent hibernation attempts on machines with unsupported disk controllers. | Mike Larkin |
2012-03-26 | simplify conditionals in acpi_sleep_state() | Theo de Raadt |
2012-03-26 | hook in the hibernate request code; half of this diff is from mlarkin | Theo de Raadt |
2011-09-20 | Very early in suspend while the clock is still ticking realtime, | Theo de Raadt |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-16 | Import acpitoshiba driver. | Paul Irofti |
2011-04-27 | attach acpithinkpad to newer lenovo models like the x120e | joshua stein |
2011-04-22 | Fix uninitialzied variables and formatting strings (-Wxxx errors) | Jordan Hargrave |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-10-31 | Revert last commit: it breaks resume on Thinkpads | Philip Guenthe |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-10-07 | Create separate functions for enabling wake and runtime gpes. | Jordan Hargrave |
2010-10-05 | split acpi_enable_onegpe to separate enable/disable functions | Jordan Hargrave |
2010-10-05 | Added acpi_disable_allgpes function to clear GPE status | Jordan Hargrave |
2010-10-05 | clean up acpi_softc use more | Theo de Raadt |
2010-10-05 | delete a bit of #if 0 code | Theo de Raadt |
2010-10-05 | hide use of our global acpi_softc pointer a bit better | Theo de Raadt |
2010-09-29 | grab the acpi thread lock very early in acpi thread startup; not that it | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-29 | - add a check for FWRITE here too. | Jasper Lievisse Adriaanse |
2010-08-27 | Make PCI Power Management optional, and only enable it when acpi(4) attaches. | Mark Kettenis |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | Mark Kettenis |
2010-08-08 | Report the acpi sleep states when on a RAMDISK; ok krw | Theo de Raadt |
2010-08-07 | Enforce acpi register access rescrictions. | Mark Kettenis |
2010-08-07 | upon resume, notify all the acpiac and acpibat drivers to update | Theo de Raadt |
2010-08-06 | Always call _PSW on _LID devices that support it to enable lid open to | Marco Peereboom |
2010-08-06 | As part of a revamp of the PM1/GPE code, I write this diff to look for | Theo de Raadt |
2010-08-05 | PM1 power button events were generating 'fake events' to acpibtn PWRB, | Theo de Raadt |
2010-08-05 | rename a variable which is annoyingly poorly named | Theo de Raadt |
2010-08-05 | Write to the correct offset for various ACPI pmreg registers. Writing to | Mike Larkin |
2010-08-05 | Fix the power button. The pm1 register is 16 bits in size. | Theo de Raadt |
2010-08-04 | Print supported sleep states. | Mark Kettenis |
2010-08-03 | Use the proper flag for re-enabling certain hardware events (power btn, | Mike Larkin |
2010-07-28 | Make all gasio failures look and behave the same. | Marco Peereboom |
2010-07-28 | Delay a little longer on suspend before giving up. Fixes machines that | Mike Larkin |
2010-07-27 | remove XXX; EC can now be attached early when needed; ok jordan | Theo de Raadt |
2010-07-27 | more brackets feels good | Theo de Raadt |
2010-07-27 | XXX annotate a block in acpi_enter_sleep_state() that is pretty worrying | Theo de Raadt |
2010-07-27 | horrific indentation that nearly made me puke | Theo de Raadt |
2010-07-27 | Set the sleeping indicator light on machines that support it, in case SMI | Mike Larkin |
2010-07-27 | Early initialization of acpiec if ECDT table exists | Jordan Hargrave |
2010-07-26 | remove merge error which was commited | Theo de Raadt |