aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_button.c
Commit message (Expand)AuthorAgeFilesLines
* Expose the ACPI power button, sleep button and LID state as evdev's.Hans Petter Selasky2020-03-021-0/+34
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-4/+7
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-2/+1
* Merge ACPICA 20101209.Jung-uk Kim2010-12-151-1/+1
* Merge ACPICA 20100702.Jung-uk Kim2010-07-061-0/+3
* Merge ACPICA 20100331 (and four additional upstream patches).Jung-uk Kim2010-04-021-1/+0
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-4/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Fix SCM ID's.David E. O'Brien2005-03-021-2/+3
* Move flags into a private ivar so it can't collide with device flags.Nate Lawson2004-06-301-5/+0
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nowNate Lawson2004-06-291-25/+27
* Add support to ACPI to manage its own resources. Previously, resourceNate Lawson2004-06-131-4/+6
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Update the new suspend/resume GPE methods to properly limit the GPENate Lawson2004-05-281-0/+1
* Restructure the wake GPE API. Now there are three functions:Nate Lawson2004-05-271-6/+7
* Enable GPE at runtime rather than suspend time. This is to match theNate Lawson2004-05-251-1/+3
* Changes to implement 20040514:Nate Lawson2004-05-251-2/+9
* Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson2004-04-091-0/+1
* Do not remove the fixed handlers. Several systems (e.g., ASUS) onlyNate Lawson2004-02-191-11/+5
* Fix problem caused by previous commit where some users' buttonsNate Lawson2004-02-191-9/+2
* Prefer buttons defined in the AML over the ones in the FADT. SomeNate Lawson2004-02-111-12/+32
* Add devctl(4) notify support to ACPI. Various subsystems now notifyNate Lawson2003-10-251-0/+4
* Fix the ACPI_DEBUG case.Nate Lawson2003-09-221-2/+2
* Make this compile.Poul-Henning Kamp2003-09-211-0/+2
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"Nate Lawson2003-09-211-17/+49
* Style cleanups to match the rest of this directory. For acpi_battery.c,Nate Lawson2003-08-111-32/+26
* Enable wake up GPE before shutdown, not only for sleeping.Takanori Watanabe2003-07-261-0/+1
* Add device(power/sleep button and lid) wake function from sleeping state.Mitsuru IWASAKI2002-07-221-0/+22
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-251-8/+4
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-4/+4
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-7/+7
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Cleanups of verbose printing. All the messages for the debugging isMitsuru IWASAKI2001-11-181-4/+8
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-211-1/+1
* Don't call ourselves a "control method" anything, that's not useful.Mike Smith2001-07-211-4/+6
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-291-5/+5
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-081-17/+35
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-281-0/+182