summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_fujitsu.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: Use device_set_descf()Mark Johnston2024-06-091-3/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* acpi_support: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* acpi_support: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin2021-12-271-1/+1
* acpi_support: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-14/+11
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-5/+4
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* acpi_fujitsu: update for P8010Andriy Gapon2010-12-111-1/+54
* Remove unused assignment.Jung-uk Kim2010-06-111-4/+0
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Fix a typo in a comment in the ACPI Fujitsu driver.Ed Schouten2008-09-081-1/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-1/+1
* Allow non-P laptops to make use of this module.Philip Paeps2006-01-291-81/+233
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Fix a small locking error.Philip Paeps2005-04-041-2/+3
* Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.Philip Paeps2005-03-181-0/+563