aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* - Numerous whitespace and style fixes.John Baldwin2009-10-291-127/+138
* Remove unnecessary locking from attach(). This fixes a LOR between theJohn Baldwin2009-09-241-4/+0
* The elements in the component arrays may be direct Package objects ratherJohn Baldwin2009-09-221-18/+20
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for theJohn Baldwin2009-09-201-1/+1
* acpi_hp.c:Rui Paulo2009-07-031-95/+114
* acpi_wmi_if:Rui Paulo2009-06-303-5/+21
* Fix build with ACPI_DEBUG.Rui Paulo2009-06-231-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-233-0/+2333
* Import ACPICA 20090521.Jung-uk Kim2009-06-057-7/+20
* Remove unused variables.Christian Brueffer2009-05-122-7/+1
* - Add the support for the Asus A3F and A3E deviceAttilio Rao2009-04-041-5/+31
* device_shutdown returns int.Warner Losh2009-02-051-2/+3
* - Fix incorrect array declaration that was causing the stack overflowStanislav Sedov2008-12-271-1/+1
* Add support for Asus A8Sr notebooks.Rui Paulo2008-11-041-0/+75
* Fix a typo in a comment in the ACPI Fujitsu driver.Ed Schouten2008-09-081-1/+1
* Fix typo in comment.Rui Paulo2008-08-191-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Fix my previous commit. We actually should pass evaluation args inRui Paulo2008-07-041-3/+44
* Style fix (space into tab).Remko Lodder2008-06-281-1/+1
* Add the missing support for Asus Eee PC in acpi_asus(4).Rui Paulo2008-06-271-6/+109
* Add ID for T61p, which is not IBM really, but well.Pawel Jakub Dawidek2008-05-201-1/+1
* Add support for controlling the audio powerKevin Lo2008-05-201-0/+1
* style(9).Rui Paulo2008-04-151-1/+1
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-141-1/+1
* Add support for Asus EeePC backlight control.Rui Paulo2008-04-131-3/+29
* - Add ASUS G2K laptop support.Jung-uk Kim2008-04-101-34/+105
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forJohn Baldwin2007-10-251-1/+1
* Initialize key to zero.Matt Jacob2007-06-171-1/+1
* Add support for Asus A3N laptops.Philip Paeps2007-06-021-0/+12
* Mute the main audio during reboot/shutdown. This prevents a burst of staticNate Lawson2007-06-021-2/+16
* Utilize led_create_state in order to preserve the status of the ThinkLightMarkus Brueffer2007-04-241-5/+9
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-223-6/+4
* Prevent freeing wild pointer when bailing out.Takanori Watanabe2006-11-061-1/+2
* Document the cdp for controlling CD power.Kevin Lo2006-11-011-2/+2
* Remove unused softc pointer variable from the probe routine.John Baldwin2006-10-311-3/+0
* Driver for some ASUS desktop motherboard extras.Takanori Watanabe2006-10-301-0/+340
* Improve exception string format.Takanori Watanabe2006-08-141-2/+2
* Remove debug messages on notify handler.Takanori Watanabe2006-08-141-2/+0
* 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
* Add support for Asus W5A laptops.Philip Paeps2006-04-091-0/+10
* Add support for Asus A4D laptops. Currently without display switchingPhilip Paeps2006-01-291-0/+12
* Add support for Asus A6VM laptops.Philip Paeps2006-01-291-0/+12
* Allow non-P laptops to make use of this module.Philip Paeps2006-01-291-81/+233
* - Add support for setting the fan control mode to manual or automaticMarkus Brueffer2006-01-141-3/+55
* Canonize the include of acpi.h.David E. O'Brien2005-09-116-6/+6
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to deferMarkus Brueffer2005-08-041-2/+29
* Add the ID of my Thinkpad R40. Makes the module detect and with theMartin Cracauer2005-06-171-1/+1
* - Only create the led(4) interface, if setting the thinklight is possibleMarkus Brueffer2005-06-101-9/+14
* Import a mostly rewritten and extended version of acpi_ibm:Markus Brueffer2005-06-091-330/+724