summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary locking from attach(). This fixes a LOR between thejhb2009-09-241-4/+0
* The elements in the component arrays may be direct Package objects ratherjhb2009-09-221-18/+20
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for thejhb2009-09-201-1/+1
* acpi_hp.c:rpaulo2009-07-031-95/+114
* acpi_wmi_if:rpaulo2009-06-303-5/+21
* Fix build with ACPI_DEBUG.rpaulo2009-06-231-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-233-0/+2333
* Import ACPICA 20090521.jkim2009-06-057-7/+20
* Remove unused variables.brueffer2009-05-122-7/+1
* - Add the support for the Asus A3F and A3E deviceattilio2009-04-041-5/+31
* device_shutdown returns int.imp2009-02-051-2/+3
* - Fix incorrect array declaration that was causing the stack overflowstas2008-12-271-1/+1
* Add support for Asus A8Sr notebooks.rpaulo2008-11-041-0/+75
* Fix a typo in a comment in the ACPI Fujitsu driver.ed2008-09-081-1/+1
* Fix typo in comment.rpaulo2008-08-191-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Fix my previous commit. We actually should pass evaluation args inrpaulo2008-07-041-3/+44
* Style fix (space into tab).remko2008-06-281-1/+1
* Add the missing support for Asus Eee PC in acpi_asus(4).rpaulo2008-06-271-6/+109
* Add ID for T61p, which is not IBM really, but well.pjd2008-05-201-1/+1
* Add support for controlling the audio powerkevlo2008-05-201-0/+1
* style(9).rpaulo2008-04-151-1/+1
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-1/+1
* Add support for Asus EeePC backlight control.rpaulo2008-04-131-3/+29
* - Add ASUS G2K laptop support.jkim2008-04-101-34/+105
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forjhb2007-10-251-1/+1
* Initialize key to zero.mjacob2007-06-171-1/+1
* Add support for Asus A3N laptops.philip2007-06-021-0/+12
* Mute the main audio during reboot/shutdown. This prevents a burst of staticnjl2007-06-021-2/+16
* Utilize led_create_state in order to preserve the status of the ThinkLightmarkus2007-04-241-5/+9
* Catch up with ACPI-CA 20070320 import.jkim2007-03-223-6/+4
* Prevent freeing wild pointer when bailing out.takawata2006-11-061-1/+2
* Document the cdp for controlling CD power.kevlo2006-11-011-2/+2
* Remove unused softc pointer variable from the probe routine.jhb2006-10-311-3/+0
* Driver for some ASUS desktop motherboard extras.takawata2006-10-301-0/+340
* Improve exception string format.takawata2006-08-141-2/+2
* Remove debug messages on notify handler.takawata2006-08-141-2/+0
* Use the acpi_event_sleep_button_sleep() function instead ofnyan2006-06-061-1/+1
* Add Fn+F7 hotkey (suspend) support.nyan2006-06-051-0/+7
* Add support for Asus W5A laptops.philip2006-04-091-0/+10
* Add support for Asus A4D laptops. Currently without display switchingphilip2006-01-291-0/+12
* Add support for Asus A6VM laptops.philip2006-01-291-0/+12
* Allow non-P laptops to make use of this module.philip2006-01-291-81/+233
* - Add support for setting the fan control mode to manual or automaticmarkus2006-01-141-3/+55
* Canonize the include of acpi.h.obrien2005-09-116-6/+6
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defermarkus2005-08-041-2/+29
* Add the ID of my Thinkpad R40. Makes the module detect and with thecracauer2005-06-171-1/+1
* - Only create the led(4) interface, if setting the thinklight is possiblemarkus2005-06-101-9/+14
* Import a mostly rewritten and extended version of acpi_ibm:markus2005-06-091-330/+724
* Fix my copyright.nyan2005-05-141-1/+1
OpenPOWER on IntegriCloud