Age | Commit message (Expand) | Author |
2009-11-23 | pci should return the result of it's children's suspend/resume calls back | Mike Larkin |
2009-11-23 | acpi* devices need to call their children on suspend/resume. | Mike Larkin |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-11-23 | knf and spacing that are super annoying | Theo de Raadt |
2009-11-23 | knf | Theo de Raadt |
2009-11-23 | Add missing acpivar.h changes from previous commit. | Mike Larkin |
2009-11-23 | Hook up Theo's new children suspend/resume function, as well as more ACPI | Mike Larkin |
2009-11-23 | Fix pckbd and acpihpet suspend/resume cases to fit with the future framework | Paul Irofti |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-11-02 | Remove unused member(s) of `struct acpi_softc'. | Mark Kettenis |
2009-10-26 | Do not do strncmp comparisons on dv_xname because longer device names which | Theo de Raadt |
2009-10-26 | Verify checksum+address when loading ACPI tables. | Jordan Hargrave |
2009-10-16 | Added argument for xconvert for length conversion | Jordan Hargrave |
2009-10-15 | Implement passive cooling for acpitz; works for some overheating machines | Jordan Hargrave |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-14 | simplify code in preparation for other things. tested by many. | Federico G. Schwindt |
2009-09-04 | Add common framework for storing device lists | Jordan Hargrave |
2009-09-02 | Invoke malloc() with the correct sizeof value in acpipwrres_foundcons(). | Miod Vallat |
2009-08-29 | typos in comments | Miod Vallat |
2009-08-21 | Remove unused code | Jordan Hargrave |
2009-08-12 | Add wake support to acpihpet(4). | Paul Irofti |
2009-07-23 | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring, | Constantine A. Murenin |
2009-07-20 | KNF fixes | Jordan Hargrave |
2009-07-17 | Cleaned up parsing of While loops; iterative If statement | Jordan Hargrave |
2009-07-15 | missing va_end in aml_seterror; ok marco@ | Martynas Venckus |
2009-06-23 | Ignore the PCT if the PSS has zero entries, only became | Gordon Willem Klok |
2009-06-19 | Always report 0 as the minimal brightness level to wscons. This results in | Mark Kettenis |
2009-06-10 | Re introduce the _PDC code backed out before 4.5, in addition to evaluating the | Gordon Willem Klok |
2009-06-07 | Shave surplus space from format string. | Michael Knudsen |
2009-06-04 | Even more KNF. | Paul Irofti |
2009-06-04 | Add myself to the copyright, suggested by marco@. | Paul Irofti |
2009-06-04 | KNF dammit | Miod Vallat |
2009-06-04 | Some output devices have only brightness support (or only output switching). | Paul Irofti |
2009-06-04 | only one : in a line. the seperation is: | Theo de Raadt |
2009-06-03 | Make sure that the brightness value sent to acpi is one of the values | Matthieu Herrb |
2009-06-03 | Import acpi power resource driver. This is needed for suspend/resume logic. | Paul Irofti |
2009-06-03 | Don't disable dock devices if dock isn't initially attached | Jordan Hargrave |
2009-06-03 | More KNF | Jordan Hargrave |
2009-06-03 | Add acpivideo support. This adds brightness support for all laptops | Paul Irofti |
2009-06-03 | Added ejectable bay for IDE cdroms | Jordan Hargrave |
2009-06-02 | KNF cleanup and denoise | Jordan Hargrave |
2009-06-02 | Added changes for docking station, must eject all children devices | Jordan Hargrave |
2009-06-01 | Remove dead/unused code | Jordan Hargrave |
2009-05-30 | Added error handler for missing AML nameref; fixes PR6103 | Jordan Hargrave |
2009-05-30 | Fixed parsing rules for Scope opcode, fixes panic on some HP systems | Jordan Hargrave |
2009-04-30 | Oga changed apm ioctls and forgot to grep. Temporary work around by hitting | Marco Peereboom |
2009-04-27 | Remove unnecessary aml_xconvert arg, code cleanup | Jordan Hargrave |
2009-04-26 | .desc field of the sensor struct shall not duplicate .type and .numt; ok jordan | Constantine A. Murenin |
2009-04-26 | in ca_attach() there is no need to set .value and .flags of sensors to 0, | Constantine A. Murenin |
2009-04-19 | zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;... | Constantine A. Murenin |