summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/acpi_asus.c
Commit message (Expand)AuthorAgeFilesLines
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-131-1/+1
* 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
* Add support for gadgets on Asus L4R and M6R notebooks.philip2004-11-081-0/+22
* 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
* 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
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Update for acpi_id_probe()njl2004-06-291-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-141-1/+1
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* 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
OpenPOWER on IntegriCloud