summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/acpi_asus.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Bump __FreeBSD_version accordingly.
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-141-1/+1
| | | | and device_t isn't caught by the compiler.
* 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
| | | | | | | | | modules is a very nice way to produce hard-to-find panics. Who would look for a bug in a Makefile anyway? Has anyone seen the pointy hat? :-o Approved by: njl (mentor)
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+629
gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the acpi4asus project which implements these features in the Linux kernel. If this breaks your laptop, please let me know how it does it :-) Approved by: njl (mentor)
OpenPOWER on IntegriCloud