summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
AgeCommit message (Expand)Author
10 daysacpi_ibm: register all appropriate sysctls as uintQuentin Thébault
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-03-17acpi_asus_wmi(4): Handle TUF-specific hotkeys internallyVladimir Kondratyev
2025-03-17acpi_asus_wmi(4): Add support for WMI event queueVladimir Kondratyev
2025-03-17acpi_asus_wmi(4): Improve keyboard backlight support.Vladimir Kondratyev
2025-03-17acpi_asus_wmi(4): Add EVDEV supportVladimir Kondratyev
2025-03-10acpi_wmi: Add type check before evaluaeting query ACPI methodTakanori Watanabe
2024-12-23acpi_ibm: pass brightness events to evdev(4)Gleb Smirnoff
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-10-15acpi_sbl_wmi: add a driver to trigger SBL firmware updatesKristof Provost
2024-06-02acpi: Use device_set_descf()Mark Johnston
2023-08-29wmistat: don't restrict reading to the pid that opened the fd.Dag-Erling Smørgrav
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-06acpi_support: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-21acpi_toshiba: Use device_get_softc in attach.John Baldwin
2021-12-26acpi_support: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin
2020-12-23acpi_wmi(4): Allow attachment to ACPI node if EC is not foundVladimir Kondratyev
2020-10-31acpi_wmi(4): Add ACPI_PNP_INFOVladimir Kondratyev
2020-09-01acpi_support: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-24acpi_ibm(4): Rename disengaged mode to unthrottled mode.Mark Johnston
2020-06-22acpi_ibm(4): Add support for putting fans in disengaged mode.Mark Johnston
2020-04-11Avoid using a variable solely for sizes that are never meant to beXin LI
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-02acpi_ibm: remove superfluous castEd Maste
2020-02-02acpi_ibm: whitespace and wrapping cleanupEd Maste
2020-02-02acpi_ibm: whitespace fixupEd Maste
2020-01-30acpi_ibm: add support for ThinkPad PrivacyGuardPhilip Paeps
2020-01-15acpi_ibm: reference ThinkPad instead of IBMEd Maste
2019-09-06Add embedded Managed Object Format blob access to acpi_wmi(4).Takanori Watanabe
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-04-24[acpi_ibm] Add support for newer Thinkpad modelsOleksandr Tymoshenko
2018-12-07aibs: fix a typo in the probe method that was introduced in r339754Andriy Gapon
2018-10-26Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe
2018-06-17acpi: Add support for Thinkpads Mic ledEitan Adler
2018-06-17Fix build of aibs with base gcc on i386Dimitry Andric
2017-01-27Hide unneeded message under bootverbose.Shunsuke Akiyama
2016-11-12Set of improvements to acpi_hp(4) driver.Alexander Motin
2016-10-15aibs / atk0110: add support for querying sensors via GGRP and GITMAndriy Gapon
2016-05-22Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza
2016-05-04s/struct device */device_t/gAdrian Chadd
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2015-06-13Fix previous commit (r284357)Enji Cooper
2015-06-13Fix inverted check by skipping over the model-specific checks if the makerEnji Cooper
2015-06-13acpi_ibm.ko panics if SMBIOS information is not availableAllan Jude
2015-05-29acpi_ibm: add per-model default events mask.Rui Paulo
2015-05-24This implements default-state support as described in:Ganbold Tsagaankhuu
2015-05-16acpi_ibm: whitespace.Rui Paulo