summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/acpi_asus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Canonize the include of acpi.h.obrien2005-09-111-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
* 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
* 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
* 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