summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/acpi_asus.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-13/+18
* Fix one more case where a string is passed via format argument instead.jkim2010-06-111-1/+1
* Prefer correct and simpler backlight control methods for ASUS G2K laptop.jkim2010-02-131-22/+3
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* - Add the support for the Asus A3F and A3E deviceattilio2009-04-041-5/+31
* - Fix incorrect array declaration that was causing the stack overflowstas2008-12-271-1/+1
* Add support for Asus A8Sr notebooks.rpaulo2008-11-041-0/+75
* Fix typo in comment.rpaulo2008-08-191-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Fix my previous commit. We actually should pass evaluation args inrpaulo2008-07-041-3/+44
* Style fix (space into tab).remko2008-06-281-1/+1
* Add the missing support for Asus Eee PC in acpi_asus(4).rpaulo2008-06-271-6/+109
* style(9).rpaulo2008-04-151-1/+1
* Add support for Asus EeePC backlight control.rpaulo2008-04-131-3/+29
* - Add ASUS G2K laptop support.jkim2008-04-101-34/+105
* Add support for Asus A3N laptops.philip2007-06-021-0/+12
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-3/+2
* 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