index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpitoshiba.c
Age
Commit message (
Expand
)
Author
2024-04-13
correct indentation
Jonathan Gray
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-02-15
Defer the actual setting of the display brightness to the acpi thread.
Mark Kettenis
2022-02-08
The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing.
Theo de Raadt
2020-03-16
fix a bunch of weird indentations and extra whitespace; no binary change
Jasper Lievisse Adriaanse
2019-10-13
Move ws_get_param/ws_set_param into wsdisplay code.
Mark Kettenis
2018-07-01
acpi: clean up some inconsistent style in the hid matching arrays
Mike Larkin
2018-06-29
Use <stdint.h> types.
Mark Kettenis
2017-09-07
In toshiba_hotkey() initialize the ret value to failure as it is
Alexander Bluhm
2017-02-28
Untangle abstract sleep modes from ACPI sleep states. This paves the way
Martin Natano
2017-02-25
move vendor HIDs into their drivers, clean up some unused defines
Joshua Stein
2016-06-16
enable suspend/hibernate fn keys
Giovanni Bechis
2016-06-08
attach acpitoshiba(4) on more Toshiba laptops
Giovanni Bechis
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-06-17
Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad
Kenneth R Westerback
2011-06-16
Import acpitoshiba driver.
Paul Irofti