summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/acpi_toshiba.c
Commit message (Expand)AuthorAgeFilesLines
* Fix white spaces.jkim2013-04-231-4/+4
* Remove tautological compare.eadler2013-04-231-4/+4
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-2/+2
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Add another HID for the Toshiba SPA40 laptop.jhb2005-03-241-1/+2
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-131-0/+3
* MPSAFE lockingnjl2004-08-131-2/+20
* Update for acpi_id_probe()njl2004-06-291-24/+17
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-141-2/+4
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-141-1/+1
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-10/+78
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-7/+0
* Only remove the handler if we installed it.njl2004-01-121-2/+4
* Clean up the probe message and sort the function table according tonjl2004-01-121-3/+3
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+485
OpenPOWER on IntegriCloud