aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_ibm.c
Commit message (Expand)AuthorAgeFilesLines
* acpi_ibm: pass brightness events to evdev(4)Gleb Smirnoff2024-12-241-0/+43
* 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-4/+4
* acpi_ibm(4): Rename disengaged mode to unthrottled mode.Mark Johnston2020-06-241-6/+6
* acpi_ibm(4): Add support for putting fans in disengaged mode.Mark Johnston2020-06-221-6/+19
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+7
* acpi_ibm: remove superfluous castEd Maste2020-02-021-1/+1
* acpi_ibm: whitespace and wrapping cleanupEd Maste2020-02-021-42/+32
* acpi_ibm: whitespace fixupEd Maste2020-02-021-3/+3
* acpi_ibm: add support for ThinkPad PrivacyGuardPhilip Paeps2020-01-301-0/+97
* acpi_ibm: reference ThinkPad instead of IBMEd Maste2020-01-151-3/+3
* [acpi_ibm] Add support for newer Thinkpad modelsOleksandr Tymoshenko2019-04-241-8/+40
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-4/+7
* acpi: Add support for Thinkpads Mic ledEitan Adler2018-06-171-1/+63
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Fix previous commit (r284357)Enji Cooper2015-06-131-1/+1
* Fix inverted check by skipping over the model-specific checks if the makerEnji Cooper2015-06-131-1/+1
* acpi_ibm.ko panics if SMBIOS information is not availableAllan Jude2015-06-131-0/+5
* acpi_ibm: add per-model default events mask.Rui Paulo2015-05-291-2/+55
* This implements default-state support as described in:Ganbold Tsagaankhuu2015-05-241-1/+2
* acpi_ibm: whitespace.Rui Paulo2015-05-161-6/+6
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-4/+6
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-24/+18
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* add support for newer Lenovo ThinkPads to acpi_ibmBaptiste Daroussin2012-10-291-1/+1
* Add in-driver event handler.Mitsuru IWASAKI2012-06-231-86/+371
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Remove unused assignment.Jung-uk Kim2010-06-111-2/+0
* Merge ACPICA 20100121.Jung-uk Kim2010-01-211-2/+2
* Update acpi_ibm syctl nodes on resume.Mitsuru IWASAKI2010-01-051-0/+30
* Remove unnecessary locking from attach(). This fixes a LOR between theJohn Baldwin2009-09-241-4/+0
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for theJohn Baldwin2009-09-201-1/+1
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+4
* Remove unused variables.Christian Brueffer2009-05-121-3/+0
* Add ID for T61p, which is not IBM really, but well.Pawel Jakub Dawidek2008-05-201-1/+1
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-141-1/+1
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forJohn Baldwin2007-10-251-1/+1
* Utilize led_create_state in order to preserve the status of the ThinkLightMarkus Brueffer2007-04-241-5/+9
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-2/+1
* Improve exception string format.Takanori Watanabe2006-08-141-2/+2
* Remove debug messages on notify handler.Takanori Watanabe2006-08-141-2/+0
* - Add support for setting the fan control mode to manual or automaticMarkus Brueffer2006-01-141-3/+55
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to deferMarkus Brueffer2005-08-041-2/+29
* Add the ID of my Thinkpad R40. Makes the module detect and with theMartin Cracauer2005-06-171-1/+1
* - Only create the led(4) interface, if setting the thinklight is possibleMarkus Brueffer2005-06-101-9/+14
* Import a mostly rewritten and extended version of acpi_ibm:Markus Brueffer2005-06-091-330/+724