summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* 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
* MPSAFE lockingnjl2004-08-131-2/+15
* MPSAFE lockingnjl2004-08-131-0/+10
* Unbreak LINT by making sure that method is always defined.philip2004-08-041-0/+4
* Further cleanup: merge the three led toggling functionsphilip2004-08-031-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.njl2004-08-031-78/+32
* Whitespace cleanup and move static variables together.njl2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Add the ACPI Panasonic extras driver.nyan2004-07-211-0/+410
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-142-3/+5
* Add missing #include <sys/module.h>phk2004-05-302-0/+2
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+629
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-141-1/+1
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-10/+78
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-7/+0
OpenPOWER on IntegriCloud