summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
AgeCommit message (Expand)Author
2026-03-14acpi_system76: Improve sysctl namesPouria Mousavizadeh Tehrani
2026-03-09acpi_system76: Add backlight(9) support for keyboardPouria Mousavizadeh Tehrani
2026-03-09acpi_system76: Add support for battary charge thresholdsPouria Mousavizadeh Tehrani
2026-03-07acpi_system76: unbreak LINTPouria Mousavizadeh Tehrani
2026-03-07acpi_system76: Support for acpi-controlled buttons on System76Pouria Mousavizadeh Tehrani
2026-02-24chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper
2026-02-23acpi_panasonic: Clear wireless RF_KILL on boot and resumeAbdelkader Boudih
2026-02-05sys/power.h: enum power_sstate_transitionAymeric Wibo
2026-01-09acpi_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