summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_panasonic.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Merge ACPICA 20100121.Jung-uk Kim2010-01-211-8/+8
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* device_shutdown returns int.Warner Losh2009-02-051-2/+3
* Initialize key to zero.Matt Jacob2007-06-171-1/+1
* Mute the main audio during reboot/shutdown. This prevents a burst of staticNate Lawson2007-06-021-2/+16
* Use the acpi_event_sleep_button_sleep() function instead ofYoshihiro Takahashi2006-06-061-1/+1
* Add Fn+F7 hotkey (suspend) support.Yoshihiro Takahashi2006-06-051-0/+7
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Fix my copyright.Yoshihiro Takahashi2005-05-141-1/+1
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thanNate Lawson2004-12-131-0/+3
* Add power profile support so that the LCD changes brightness levels basedNate Lawson2004-11-071-20/+86
* Be sure to always unlock the sx lock when exiting the sysctl function.Nate Lawson2004-08-241-1/+1
* MPSAFE lockingNate Lawson2004-08-131-2/+15
* Whitespace cleanup and move static variables together.Nate Lawson2004-07-241-23/+23
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-211-0/+410