aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* MFC: Canonize the include of acpi.h.Ruslan Ermilov2005-11-106-6/+6
* MFC Rev. 1.8:Markus Brueffer2005-08-111-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-311/+705
* Fix my copyright.Yoshihiro Takahashi2005-05-141-1/+1
* Sync with Linux acpi4asus, adding support for loads of new models.Philip Paeps2005-05-091-13/+144
* Add support for Asus V6V[1] and W1N notebooks.Philip Paeps2005-05-091-0/+41
* Fix a small locking error.Philip Paeps2005-04-041-2/+3
* Use a taskqueue for led-handling to prevent a potential panic.Philip Paeps2005-03-301-8/+34
* Use device_set_desc_copy() for non-constant strings.Pawel Jakub Dawidek2005-03-241-1/+1
* Add another HID for the Toshiba SPA40 laptop.John Baldwin2005-03-241-1/+2
* Make sure status variable is always initialized. Why didn't this show up inPhilip Paeps2005-03-211-1/+1
* Simplify sysctl handling by consolidating various get/set functions intoPhilip Paeps2005-03-201-154/+207
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Philip Paeps2005-03-181-0/+563
* Fix SCM ID's.David E. O'Brien2005-03-022-4/+6
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thanNate Lawson2004-12-135-2/+13
* Allow the acpi_ibm module to be built with ACPI_DEBUG.Scott Long2004-12-131-0/+5
* Add IBM Laptop extra device driver.Takanori Watanabe2004-12-091-0/+466
* Attach the device at acpi_sony instead of acpi_snc. Rename someWarner Losh2004-11-291-39/+39
* Remove more debuggingWarner Losh2004-11-151-1/+1
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroWarner Losh2004-11-151-24/+22
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itWarner Losh2004-11-131-10/+6
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'Philip Paeps2004-11-121-58/+56
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]Philip Paeps2004-11-121-9/+6
* Commit takawata-san's Sony Notebook Controller driver, integrated intoWarner Losh2004-11-111-0/+172
* Add support for gadgets on Asus L4R and M6R notebooks.Philip Paeps2004-11-081-0/+22
* Add power profile support so that the LCD changes brightness levels basedNate Lawson2004-11-071-20/+86
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.Philip Paeps2004-11-051-9/+47
* Add support for Asus M6N laptopsPhilip Paeps2004-11-021-0/+11
* 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/+20
* MPSAFE lockingNate Lawson2004-08-131-2/+15
* MPSAFE lockingNate Lawson2004-08-131-0/+10
* Unbreak LINT by making sure that method is always defined.Philip Paeps2004-08-041-0/+4
* Further cleanup: merge the three led toggling functionsPhilip Paeps2004-08-031-39/+53
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.Nate Lawson2004-08-031-78/+32
* Whitespace cleanup and move static variables together.Nate Lawson2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.Nate Lawson2004-07-241-36/+29
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-211-0/+410
* Update for acpi_id_probe()Nate Lawson2004-06-292-24/+17
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* s/device_get_handle/acpi_get_handleNate Lawson2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.Nate Lawson2004-06-151-1/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLENate Lawson2004-06-142-3/+5
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* Enable the led-toggling magic. Compiling files which are in the kernel intoPhilip Paeps2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledPhilip Paeps2004-04-221-0/+629
* Use METHOD_VIDEO instead of the method string itself.Nate Lawson2004-04-141-1/+1
* Add support for video output switching. It appears no systems use HCI toNate Lawson2004-04-141-10/+78