aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_lid.c
Commit message (Expand)AuthorAgeFilesLines
* acpi_lid: Remove duplicate eventsAlexander Motin2023-12-241-6/+10
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* acpi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* Send Lid status notification via devd from acpi_lid_status_update.Colin Percival2020-05-161-0/+3
* Expose the ACPI power button, sleep button and LID state as evdev's.Hans Petter Selasky2020-03-021-0/+29
* Always check return value from acpi_GetInteger() after r358219.Hans Petter Selasky2020-02-241-13/+27
* Make sure the ACPI lid state is updated during boot and after resume.Hans Petter Selasky2020-02-211-1/+11
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-5/+6
* Export the actual LID state via sysctl. This allows more complexWarner Losh2017-03-121-0/+8
* [acpi] graphics drivers want access to acpi lid handleAdrian Chadd2016-06-051-1/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-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-2/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Remove code to initialize the lid state at boot. It interfered with lidNate Lawson2004-08-251-29/+16
* MPSAFE lockingNate Lawson2004-08-131-15/+33
* 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-6/+7
* Add support to ACPI to manage its own resources. Previously, resourceNate Lawson2004-06-131-1/+1
* 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/+8
* Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson2004-04-091-0/+1
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allNate Lawson2004-03-031-1/+1
* Add devctl(4) notify support to ACPI. Various subsystems now notifyNate Lawson2003-10-251-2/+4
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-281-23/+22
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-161-2/+0
* Add device(power/sleep button and lid) wake function from sleeping state.Mitsuru IWASAKI2002-07-221-0/+21
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-3/+3
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-5/+5
* 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-1/+3
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-291-4/+4
* Catch up to header include changes:John Baldwin2001-03-281-0/+2
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesMike Smith2001-01-311-13/+2
* Catch up with the recent conversion the per-eventhandler list mutex toMitsuru IWASAKI2000-12-121-0/+1
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-081-5/+21
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-281-0/+152