<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/acpi, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2026-03-09T09:12:01Z</updated>
<entry>
<title>acpi_system76: Add backlight(9) support for keyboard</title>
<updated>2026-03-09T09:12:01Z</updated>
<author>
<name>Pouria Mousavizadeh Tehrani</name>
<email>pouria@FreeBSD.org</email>
</author>
<published>2026-03-07T22:40:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=105869a2c78d21f310a8f271eaa510acea045805'/>
<id>urn:sha1:105869a2c78d21f310a8f271eaa510acea045805</id>
<content type='text'>
Reviewed by: wulf
Differential Revision: https://reviews.freebsd.org/D55716
</content>
</entry>
<entry>
<title>acpi_system76: Support for acpi-controlled buttons on System76</title>
<updated>2026-03-07T15:27:08Z</updated>
<author>
<name>Pouria Mousavizadeh Tehrani</name>
<email>pouria@FreeBSD.org</email>
</author>
<published>2026-03-06T17:15:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cdad55809ef59239c3bbdc841ed307db68bb3971'/>
<id>urn:sha1:cdad55809ef59239c3bbdc841ed307db68bb3971</id>
<content type='text'>
Add acpi_system76 for handling acpi-controlled buttons
on System76 Laptops.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D55694
</content>
</entry>
<entry>
<title>Build acpi kernel modules on aarch64</title>
<updated>2025-12-26T15:37:34Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2025-12-26T15:37:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd8296bd81d55563f7ccafca77b7b74fb219df9e'/>
<id>urn:sha1:bd8296bd81d55563f7ccafca77b7b74fb219df9e</id>
<content type='text'>
For now, the only kernel module built is acpi_ged.ko.

Sponsored by:	Netflix
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D54315
</content>
</entry>
<entry>
<title>sys/modules/acpi/Makefile: One line per subdirectory</title>
<updated>2025-12-26T15:37:20Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2025-12-26T15:37:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe74d52de5dca506fe07693ffd6a35140bb55abd'/>
<id>urn:sha1:fe74d52de5dca506fe07693ffd6a35140bb55abd</id>
<content type='text'>
This makes diffs that add or remove modules easier to read.

Reviewed by:	imp
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D54314
</content>
</entry>
<entry>
<title>acpi_asus_wmi(4): Improve keyboard backlight support.</title>
<updated>2025-03-17T15:45:14Z</updated>
<author>
<name>Vladimir Kondratyev</name>
<email>wulf@FreeBSD.org</email>
</author>
<published>2025-03-17T15:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f134662a1a5726d78880385002a03b8fe68805f6'/>
<id>urn:sha1:f134662a1a5726d78880385002a03b8fe68805f6</id>
<content type='text'>
- Fix maximal keyboard backlight level, Although Linux source code
  comment says that backlight level is encoded in 3 bits of data,
  actual code limits maximum level to 3.
- Add backlight(9) support for keyboard
- Turn off/on keyboard backlight on suspend/resume

Sponsored by:	Future Crew LLC
MFC after:	1 month
Reviewed by:	mav
Differential Revision:	https://reviews.freebsd.org/D48983
</content>
</entry>
<entry>
<title>acpi_asus_wmi(4): Add EVDEV support</title>
<updated>2025-03-17T15:45:14Z</updated>
<author>
<name>Vladimir Kondratyev</name>
<email>wulf@FreeBSD.org</email>
</author>
<published>2025-03-17T15:45:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e41194bfcc54fb506070f7a01d5bc00326cde66'/>
<id>urn:sha1:5e41194bfcc54fb506070f7a01d5bc00326cde66</id>
<content type='text'>
Use input event device to export hotkey events.

Sponsored by:	Future Crew LLC
MFC after:	1 month
Reviewed by:	mav
Differential Revision:	https://reviews.freebsd.org/D48982
</content>
</entry>
<entry>
<title>acpi_ibm: pass brightness events to evdev(4)</title>
<updated>2024-12-24T02:10:56Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2024-12-24T02:10:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c21f5751ef0932796676e55953461e0679020e28'/>
<id>urn:sha1:c21f5751ef0932796676e55953461e0679020e28</id>
<content type='text'>
unless the dev.acpi_ibm.0.handlerevents sysctl is set to process
them internally.  The default for the latter is to ignore them,
so passing to evdev(4) is enabled by default.

Reviewed by:		wulf, imp
Tested on:		Lenovo Thinpad X11 Carbon 7Th Gen
Differential Revision:	https://reviews.freebsd.org/D48174
</content>
</entry>
<entry>
<title>acpi_sbl_wmi: add a driver to trigger SBL firmware updates</title>
<updated>2024-10-15T14:29:11Z</updated>
<author>
<name>Kristof Provost</name>
<email>kp@FreeBSD.org</email>
</author>
<published>2024-10-08T12:04:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=96f1dfc1be9cf5525152941d06f07c6889e60071'/>
<id>urn:sha1:96f1dfc1be9cf5525152941d06f07c6889e60071</id>
<content type='text'>
Expose a sysctl knob to inform the SBL bootloader that a firmware update is
available and should be applied on the next reboot.

See also:	https://slimbootloader.github.io/security/firmware-update.html#triggering-firmware-update
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D47035
</content>
</entry>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>urn:sha1:e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>urn:sha1:031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
</feed>
