summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-135-2/+13
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-131-0/+5
* Add IBM Laptop extra device driver.takawata2004-12-091-0/+466
* Attach the device at acpi_sony instead of acpi_snc. Rename someimp2004-11-291-39/+39
* Remove more debuggingimp2004-11-151-1/+1
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroimp2004-11-151-24/+22
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itimp2004-11-131-10/+6
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'philip2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]philip2004-11-121-9/+6
* Commit takawata-san's Sony Notebook Controller driver, integrated intoimp2004-11-111-0/+172
* Add support for gadgets on Asus L4R and M6R notebooks.philip2004-11-081-0/+22
* Add power profile support so that the LCD changes brightness levels basednjl2004-11-071-20/+86
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.philip2004-11-051-9/+47
* Add support for Asus M6N laptopsphilip2004-11-021-0/+11
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-241-1/+1
* MPSAFE lockingnjl2004-08-131-2/+20
OpenPOWER on IntegriCloud