summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpitoshiba.c
AgeCommit message (Expand)Author
2024-04-13correct indentationJonathan Gray
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-15Defer the actual setting of the display brightness to the acpi thread.Mark Kettenis
2022-02-08The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.Theo de Raadt
2020-03-16fix a bunch of weird indentations and extra whitespace; no binary changeJasper Lievisse Adriaanse
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2018-07-01acpi: clean up some inconsistent style in the hid matching arraysMike Larkin
2018-06-29Use <stdint.h> types.Mark Kettenis
2017-09-07In toshiba_hotkey() initialize the ret value to failure as it isAlexander Bluhm
2017-02-28Untangle abstract sleep modes from ACPI sleep states. This paves the wayMartin Natano
2017-02-25move vendor HIDs into their drivers, clean up some unused definesJoshua Stein
2016-06-16enable suspend/hibernate fn keysGiovanni Bechis
2016-06-08attach acpitoshiba(4) on more Toshiba laptopsGiovanni Bechis
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2011-06-17Unbreak tree. $OpenBSD$ tag needs to be in a comment! BadKenneth R Westerback
2011-06-16Import acpitoshiba driver.Paul Irofti