summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpitoshiba.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* acpi: clean up some inconsistent style in the hid matching arraysmlarkin2018-07-011-2/+2
| | | | ok millert, kettenis, jcs, phessler, deraadt, mpi
* Use <stdint.h> types.kettenis2018-06-291-12/+12
| | | | ok mpi@, jung@, krw@, deraadt@
* In toshiba_hotkey() initialize the ret value to failure as it isbluhm2017-09-071-2/+2
| | | | | not set in all code paths. found by clang -Wuninitialized; OK deraadt@
* Untangle abstract sleep modes from ACPI sleep states. This paves the waynatano2017-02-281-3/+3
| | | | | | | for further work in the area. idea and ok deraadt ok mlarkin
* move vendor HIDs into their drivers, clean up some unused definesjcs2017-02-251-4/+4
| | | | ok kettenis
* enable suspend/hibernate fn keysgiovanni2016-06-161-1/+21
| | | | ok mlarkin@
* attach acpitoshiba(4) on more Toshiba laptopsgiovanni2016-06-081-1/+11
| | | | ok pirofti@
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Unbreak tree. $OpenBSD$ tag needs to be in a comment! Badkrw2011-06-171-1/+1
| | | | pirofti@.
* Import acpitoshiba driver.pirofti2011-06-161-0/+530
This is originally written by Hiroyuki Aizu, ported and integrated in our tree by Javier Vazquez <javama4 AT gmail> with tweaks and suggestions by me. Import prodded by deraadt@ and the lack of testers on tech@.