summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpiasus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* acpi: clean up some inconsistent style in the hid matching arraysmlarkin2018-07-011-2/+2
* move vendor HIDs into their drivers, clean up some unused definesjcs2017-02-251-2/+5
* these two drivers should be doing their repair at DVACT_WAKEUP timederaadt2014-02-211-2/+2
* The activate function was registered as a detach function.pirofti2014-01-301-2/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-3/+1
* Convert wskbd_set_mixervolume() to use a task internally instead ofmpi2013-11-041-9/+5
* Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD'smpi2013-06-201-7/+1
* Microphone mute button support from acpithinkpad (or elsewhere).deraadt2011-06-061-5/+5
* powerhooks in acpi drivers? oh boy. change this into a (not yet called)deraadt2010-08-281-14/+12
* kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberderaadt2010-08-271-2/+1
* spacingderaadt2010-07-061-3/+2
* Collapse all sanity checks of hids into one function.marco2008-11-061-7/+4
* The display cycle key generates two ACPI events, so catch bothrobert2008-10-011-28/+46
* Teach acpiasus(4) about some more events. Whilst we're here bzero the cmdjsing2008-06-141-3/+19
* Fix $OpenBSD$ for once and for allmarco2008-06-111-3/+2
* Re-enable new parser. Lots of testing by various folks. Fits all mediamarco2008-06-011-3/+3
* back out jordans new parser.dlg2008-05-161-3/+3
* Adding new ACPI Parser codejordan2008-05-141-3/+3
* Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyjsing2008-04-241-0/+214