summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2009-12-09disable useles printMarco Peereboom
2009-12-05Until we have better hooks and a proper framework, do not do the lidTheo de Raadt
2009-12-05Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksumJordan Hargrave
2009-12-04KNF whitespace, from Brad. ok jordan@Stuart Henderson
2009-12-01Fix dmesg printing of error.Marco Peereboom
2009-11-26Visual (and on some machines, audio) feedback while the machine isMike Larkin
2009-11-26If the EC is in burst mode use the fast delay to meet the requirementsTheo de Raadt
2009-11-26Toggle into "cold" when we we disable interrupts, because tsleepingTheo de Raadt
2009-11-25Suspend when the lid closes (but not when it opens again).Mark Kettenis
2009-11-25Thinkpad button suspends; ok mlarkinTheo de Raadt
2009-11-25Handle the notification types for LID and Sleep button a bit moreTheo de Raadt
2009-11-24in the resume path evaluate _WAK before dealing with device driversJonathan Gray
2009-11-24Reporting battery insert/removal was debug code. dmesg is notTheo de Raadt
2009-11-24abort suspends on SMP systems until that gets written; ok mlarkinTheo de Raadt
2009-11-23pci should return the result of it's children's suspend/resume calls backMike Larkin
2009-11-23acpi* devices need to call their children on suspend/resume.Mike Larkin
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
2009-11-23knf and spacing that are super annoyingTheo de Raadt
2009-11-23knfTheo de Raadt
2009-11-23Add missing acpivar.h changes from previous commit.Mike Larkin
2009-11-23Hook up Theo's new children suspend/resume function, as well as more ACPIMike Larkin
2009-11-23Fix pckbd and acpihpet suspend/resume cases to fit with the future frameworkPaul Irofti
2009-11-13Initialize uninititialized variable.Jordan Hargrave
2009-11-02Remove unused member(s) of `struct acpi_softc'.Mark Kettenis
2009-10-26Do not do strncmp comparisons on dv_xname because longer device names whichTheo de Raadt
2009-10-26Verify checksum+address when loading ACPI tables.Jordan Hargrave
2009-10-16Added argument for xconvert for length conversionJordan Hargrave
2009-10-15Implement passive cooling for acpitz; works for some overheating machinesJordan Hargrave
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-09-14simplify code in preparation for other things. tested by many.Federico G. Schwindt
2009-09-04Add common framework for storing device listsJordan Hargrave
2009-09-02Invoke malloc() with the correct sizeof value in acpipwrres_foundcons().Miod Vallat
2009-08-29typos in commentsMiod Vallat
2009-08-21Remove unused codeJordan Hargrave
2009-08-12Add wake support to acpihpet(4).Paul Irofti
2009-07-23New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring,Constantine A. Murenin
2009-07-20KNF fixesJordan Hargrave
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-15missing va_end in aml_seterror; ok marco@Martynas Venckus
2009-06-23Ignore the PCT if the PSS has zero entries, only becameGordon Willem Klok
2009-06-19Always report 0 as the minimal brightness level to wscons. This results inMark Kettenis
2009-06-10Re introduce the _PDC code backed out before 4.5, in addition to evaluating theGordon Willem Klok
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-04Even more KNF.Paul Irofti
2009-06-04Add myself to the copyright, suggested by marco@.Paul Irofti
2009-06-04KNF dammitMiod Vallat
2009-06-04Some output devices have only brightness support (or only output switching).Paul Irofti
2009-06-04only one : in a line. the seperation is:Theo de Raadt
2009-06-03Make sure that the brightness value sent to acpi is one of the valuesMatthieu Herrb
2009-06-03Import acpi power resource driver. This is needed for suspend/resume logic.Paul Irofti