Age | Commit message (Expand) | Author |
2024-09-21 | We aren't ready to choose S0-over-S3 based upon the S0ix bit in FADT. | Theo de Raadt |
2024-08-06 | Some laptops will generate an EC event shortly after we attempt to enter | Mark Kettenis |
2024-05-13 | Ignore button events in the first 10 seconds after resume. On some ACPI | Mark Kettenis |
2023-06-29 | acpi(4)/acpibtn(4): use opt-in approach for wakeup GPEs | Dave Voutila |
2023-04-03 | acpibtn_notify: ignore duplicate ACPI lid transitions | Todd C. Miller |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2019-01-20 | make this look more like other pwr_action code (small_kernel) | Ted Unangst |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2018-07-01 | acpi: clean up some inconsistent style in the hid matching arrays | Mike Larkin |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2016-01-07 | Use a resune hook to re-evaluate the "_LID" status upon resume. | Martin Pieuchot |
2015-01-27 | Ignore buttons for which _STA indicates they're not present, enabled or | Mark Kettenis |
2014-11-24 | Count how many lids are open, rather than accumulating the values ACPI | Theo de Raadt |
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-10-16 | LID control method devices aren't required to offer _PSW, so don't skip | Mike Larkin |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2013-08-21 | Add an indicator sensor to acpibtnX reflecting lid status when available, | Landry Breuil |
2011-01-02 | Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softc | Jordan Hargrave |
2010-08-07 | The wakeup of the acpi thread is not needed. This code is being called | Theo de Raadt |
2010-08-06 | Always call _PSW on _LID devices that support it to enable lid open to | Marco Peereboom |
2010-08-05 | new i386/amd64 machdep.lidsuspend sysctl which decides whether a lid | Theo de Raadt |
2010-08-05 | lid suspend logic was backwards | Theo de Raadt |
2010-08-05 | Wakeup machine when lid is opened on laptops that have acpibtn _LID. | Marco Peereboom |
2010-08-05 | PM1 power button events were generating 'fake events' to acpibtn PWRB, | Theo de Raadt |
2010-07-06 | Don't use a workq to do the suspend, because it races aginst the acpi | Theo de Raadt |
2010-03-31 | Bring /dev/apm support in line with apm(4). Make the suspend button send | Mark Kettenis |
2009-12-05 | Until we have better hooks and a proper framework, do not do the lid | Theo de Raadt |
2009-11-25 | Suspend when the lid closes (but not when it opens again). | Mark Kettenis |
2009-11-25 | Handle the notification types for LID and Sleep button a bit more | Theo de Raadt |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-02-19 | suspend/resume bits so that we can develop this in tree. This is disabled. | Marco Peereboom |
2008-11-06 | Collapse all sanity checks of hids into one function. | 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 |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2006-12-26 | Add polling to devices that require it such as acpibat and acpitz. | Marco Peereboom |
2006-12-21 | more minor knf | Theo de Raadt |
2006-12-18 | Remove misleading NOTREACHED comments. Sending a signal does not | Can Erkin Acar |
2006-11-29 | Do not consider unrecognized buttons as lid sensors. ok marco@ | Miod Vallat |
2006-10-12 | Massive ACPI changes | Jordan Hargrave |
2006-05-31 | Match the specs and only shut down if notify_type is 0x80 | Can Erkin Acar |
2006-02-25 | Ugh, missed some { } | Marco Peereboom |
2006-02-22 | Added new aml_register to notify by device id | Jordan Hargrave |
2006-02-21 | KNF | Marco Peereboom |
2006-02-21 | Added button type field | Jordan Hargrave |
2006-02-21 | Adjust debug levels since _STA often doesn't exist and its annoyingly loud. | Marco Peereboom |