aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_asus.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* acpi_support: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin2022-01-101-2/+2
* acpi_support: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+4
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-6/+7
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-13/+18
* Fix one more case where a string is passed via format argument instead.Jung-uk Kim2010-06-111-1/+1
* Prefer correct and simpler backlight control methods for ASUS G2K laptop.Jung-uk Kim2010-02-131-22/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* - Add the support for the Asus A3F and A3E deviceAttilio Rao2009-04-041-5/+31
* - Fix incorrect array declaration that was causing the stack overflowStanislav Sedov2008-12-271-1/+1
* Add support for Asus A8Sr notebooks.Rui Paulo2008-11-041-0/+75
* Fix typo in comment.Rui Paulo2008-08-191-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Fix my previous commit. We actually should pass evaluation args inRui Paulo2008-07-041-3/+44
* Style fix (space into tab).Remko Lodder2008-06-281-1/+1
* Add the missing support for Asus Eee PC in acpi_asus(4).Rui Paulo2008-06-271-6/+109
* style(9).Rui Paulo2008-04-151-1/+1
* Add support for Asus EeePC backlight control.Rui Paulo2008-04-131-3/+29
* - Add ASUS G2K laptop support.Jung-uk Kim2008-04-101-34/+105
* Add support for Asus A3N laptops.Philip Paeps2007-06-021-0/+12
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-3/+2
* Add support for Asus W5A laptops.Philip Paeps2006-04-091-0/+10
* Add support for Asus A4D laptops. Currently without display switchingPhilip Paeps2006-01-291-0/+12
* Add support for Asus A6VM laptops.Philip Paeps2006-01-291-0/+12
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-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
* 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
* 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-160/+213
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thanNate Lawson2004-12-131-1/+1
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'Philip Paeps2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]Philip Paeps2004-11-121-9/+6
* Add support for gadgets on Asus L4R and M6R notebooks.Philip Paeps2004-11-081-0/+22
* 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
* 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-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.Nate Lawson2004-08-031-78/+32
* Remove unneeded parens and fix whitespace.Nate Lawson2004-07-241-36/+29
* Update for acpi_id_probe()Nate Lawson2004-06-291-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLENate Lawson2004-06-141-1/+1
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* 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