summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_lid.c
AgeCommit message (Expand)Author
2021-01-29Use acpi_compatible_match().thorpej
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2011-02-16Use ioconf for the module declarations.jruoho
2010-10-25Bump WARNS to 4.jruoho
2010-08-24Bypass ACPI_NOTIFY_DEVICE_WAKE also in acpilid(4). Use aprint_debug_dev(9)jruoho
2010-04-27Use ACPICA's standard notify values from <actypes.h> and move thejruoho
2010-04-15As discussed with jmcneill@, install a global "bus notification handler"jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-03-05Preparing a device for wakeup involves:jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-02-28Introduce support for ACPI kernel modules.jruoho
2010-02-28Cleanup:jruoho
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-30Add the _COMPONENT definition for ACPI_DEBUG.jruoho
2010-01-08Expand PMF_FN_* macros.dyoung
2009-12-31As the _PSW control method was deprecated in ACPI 3.0, augment the wakejruoho
2009-11-29Introduce acpi_eval_set_integer().cegger
2009-08-25PR# kern/41179: Incorrect return values from AcpiOsExecute()jmcneill
2009-08-04add hw.wake.* sysctl subtree for toggling which devices are allowed tojmcneill
2008-07-15Make acpilid(4) detachable.dyoung
2008-03-26Split device_t/softc and related cosmetic changes.xtraeme
2008-03-23Add missing acpilid_wake_event() proto.xtraeme
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-02-20use aprint_*kochi
2006-02-16prototypes don't need argument nameskochi
2005-12-11merge ktrace-lwp.christos
2005-05-02Merge changes for ACPI-CA 20050408kochi
2004-05-01specify static where appropriate.kochi
2004-04-11return (x) -> return xkochi
2004-03-24Make it compile (int -> ACPI_INTEGER)kanaoka
2003-11-03More cleanup:mycroft
2003-11-03Clean up some messages:mycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-04-18* Add a generic power management event API, defined in <sys/power.h>.thorpej
2003-04-17Adapt to the sysmon_pswitch interface.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-09-29Don't be DEBUG by default, but still be noisy about lid statusthorpej
2001-09-28Add stub drivers for ACPI buttons and lid switches. These don'tthorpej