Age | Commit message (Expand) | Author |
2024-10-30 | directly use dev_t for swdevt[], remove struct swdevt | Jonathan Gray |
2024-10-22 | put opening { on same line as struct name | Jonathan Gray |
2024-10-09 | make attachments use pre-existing activate functions; ok deraadt@ | Jonathan Gray |
2024-10-08 | set activate for ufshci_acpi and ufshci_fdt | Jonathan Gray |
2024-10-02 | Improve the heuristic for detecting i2c devices. On the x1e some of the | Mark Kettenis |
2024-09-21 | We aren't ready to choose S0-over-S3 based upon the S0ix bit in FADT. | Theo de Raadt |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-04 | Push acpi(4) _CRS parsing down after matching skippable and ISA hardware IDs. | James Hastings |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-08-31 | If FADT_POWER_S0_IDLE_CAPABLE feature is found, prefer S0ix style over S3. | Theo de Raadt |
2024-08-18 | Add Meteor Lake support. | Mark Kettenis |
2024-08-18 | If FADT indicates FADT_POWER_S0_IDLE_CAPABLE, print "S0ix" instead | Theo de Raadt |
2024-08-15 | whitespace | Theo de Raadt |
2024-08-13 | use ACPI _WAK upon resume. Such a huge oversight it is surprising that | Theo de Raadt |
2024-08-12 | Revert the guts of rev 1.14. This ends up attempting to turn of power | Mark Kettenis |
2024-08-11 | delete correct ACPI_SST_WAKING, pointed out by kettenis | Theo de Raadt |
2024-08-11 | forgot the suspend-time duplication mentioned in 1.25 | Theo de Raadt |
2024-08-11 | put ACPI_SST_WAKING in gosleep() where kettenis asked for | Theo de Raadt |
2024-08-10 | cleanup excessive calls to acpi_indicator at suspend time and resume time | Theo de Raadt |
2024-08-08 | Fix gasio access size. | Mark Kettenis |
2024-08-08 | Print suspend-to-idle debug info in a more concise matter. | Mark Kettenis |
2024-08-08 | Make intelmpc(4) print information about the residency counters advertised | Mark Kettenis |
2024-08-06 | Some laptops will generate an EC event shortly after we attempt to enter | Mark Kettenis |
2024-08-05 | Fix reporting if critical battery state. | Mark Kettenis |
2024-08-04 | Add intelpmc(4), a driver for the power management controller found on | Mark Kettenis |
2024-08-02 | Switch off unreferenced power resources in DVACT_POWERDOWN instead of | Mark Kettenis |
2024-07-30 | Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode; | Marcus Glocker |
2024-07-15 | Make the touchpad on the Samsung Galaxy Book4 Edge work. | Marcus Glocker |
2024-07-14 | Only match if we can find a corresponding cpu device. This means the | Jonathan Matthew |
2024-07-14 | For specific hids (currently only ACPI0007, acpicpu(4)), use a print | Jonathan Matthew |
2024-07-14 | In addition to setting the PCI power state, also run the appropriate _PSx | Mark Kettenis |
2024-07-14 | Upon first suspend, turn off all power resources that haven't been | Mark Kettenis |
2024-07-04 | Support the ACPI GPIO pins necessary to support the keyboard, touchpad | Patrick Wildt |
2024-07-02 | Do not attach acpitz(4) if the _STA method indicates that a thermal zone | Mark Kettenis |
2024-06-30 | remove struct acpi_parsestate, unused since dsdt.c rev 1.16 | Jonathan Gray |
2024-06-29 | remove defines for acpi ioctls, unused since acpi.c rev 1.59 | Jonathan Gray |
2024-06-29 | remove struct acpi_dev_rank, unused since acpi.c rev 1.144 | Jonathan Gray |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-25 | Implement sleep button and EC events as wakeup events. Print the wakeup | Mark Kettenis |
2024-06-24 | Some machines send AC change notifications to acpibat(4). Forward this | Marcus Glocker |
2024-06-19 | Add PNP IDs to handle the X1E80100 (Snapdragon X Elite) USB controllers. | Patrick Wildt |
2024-06-19 | Add _HID for X1E80100 (Snapdragon X Elite) SoCs. | Patrick Wildt |
2024-06-11 | Avoid powering down PCI devices if we're rebooting. This makes some | Mark Kettenis |
2024-06-07 | Make sure we select the deepest possible C-state during suspend-to-idle. | Mark Kettenis |
2024-06-02 | Power down PCI devices in S0 as well. Needed for suspend-to-idle. | Mark Kettenis |
2024-05-29 | Implement the guts for "suspend-to-idle" on amd64. This enables suspend | Mark Kettenis |
2024-05-28 | Garbage collect sleep_abort(); it doesn't do anything useful anymore. | Mark Kettenis |
2024-05-27 | Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the start | Mark Kettenis |
2024-05-14 | remove prototypes with no matching function | Jonathan Gray |
2024-05-13 | Ignore button events in the first 10 seconds after resume. On some ACPI | Mark Kettenis |