acpi_ibm: pass brightness events to evdev(4)unless the dev.acpi_ibm.0.handlerevents sysctl is set to processthem internally. The default for the latter is to ignore them,so passing to evdev(4) i
acpi_ibm: pass brightness events to evdev(4)unless the dev.acpi_ibm.0.handlerevents sysctl is set to processthem internally. The default for the latter is to ignore them,so passing to evdev(4) is enabled by default.Reviewed by: wulf, impTested on: Lenovo Thinpad X11 Carbon 7Th GenDifferential Revision: https://reviews.freebsd.org/D48174
show more ...
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Import ACPICA 20090521.
Make this compile when you don't have /sys.
Allow the acpi_ibm module to be built with ACPI_DEBUG.
Add IBM Laptop extra device driver.This depends on ACPI and RTC registers.Reviewed by: njl