summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with Linux acpi4asus, adding support for loads of new models.philip2005-05-091-13/+144
* Add support for Asus V6V[1] and W1N notebooks.philip2005-05-091-0/+41
* Fix a small locking error.philip2005-04-041-2/+3
* Use a taskqueue for led-handling to prevent a potential panic.philip2005-03-301-8/+34
* Use device_set_desc_copy() for non-constant strings.pjd2005-03-241-1/+1
* Add another HID for the Toshiba SPA40 laptop.jhb2005-03-241-1/+2
* Make sure status variable is always initialized. Why didn't this show up inphilip2005-03-211-1/+1
* Simplify sysctl handling by consolidating various get/set functions intophilip2005-03-201-160/+213
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.philip2005-03-181-0/+563
* Fix SCM ID's.obrien2005-03-022-4/+6
OpenPOWER on IntegriCloud