<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/acpi, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-04-30T07:32:22Z</updated>
<entry>
<title>acpi_asus_wmi(4): Improve keyboard backlight support.</title>
<updated>2025-04-30T07:32:22Z</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=9b5f1a6cd68272d249a2fe236a1d292ae7fefac2'/>
<id>urn:sha1:9b5f1a6cd68272d249a2fe236a1d292ae7fefac2</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

(cherry picked from commit f134662a1a5726d78880385002a03b8fe68805f6)
</content>
</entry>
<entry>
<title>acpi_asus_wmi(4): Add EVDEV support</title>
<updated>2025-04-30T07:32:22Z</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=6616f35456d174cf0f9792eaddd6ccd56c5a5085'/>
<id>urn:sha1:6616f35456d174cf0f9792eaddd6ccd56c5a5085</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

(cherry picked from commit 5e41194bfcc54fb506070f7a01d5bc00326cde66)
</content>
</entry>
<entry>
<title>acpi_ibm: pass brightness events to evdev(4)</title>
<updated>2025-03-31T17:31:21Z</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=886fcbde46c79ede25b41eddcf9795dfd600d082'/>
<id>urn:sha1:886fcbde46c79ede25b41eddcf9795dfd600d082</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

(cherry picked from commit c21f5751ef0932796676e55953461e0679020e28)
</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>
<entry>
<title>acpi_ged: Module build no longer needs to define INTRNG</title>
<updated>2022-10-24T18:13:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2022-10-24T18:12:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef1851fb435d5e811601e8dba8bf6dca6db0f428'/>
<id>urn:sha1:ef1851fb435d5e811601e8dba8bf6dca6db0f428</id>
<content type='text'>
Now that we properly define INTRNG generically on all the platforms that
need it in opt_global.h, we don't need to define it here.

Sponsored by:		Netflix
Reviewed by:		kevans
Differential Revision:	https://reviews.freebsd.org/D37110
</content>
</entry>
<entry>
<title>acpi_ged: fix build, as module and non INTRNG case.</title>
<updated>2022-10-24T14:37:28Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2022-10-24T14:19:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9cf5db63698b3c73edd632412bf68735d3c20d37'/>
<id>urn:sha1:9cf5db63698b3c73edd632412bf68735d3c20d37</id>
<content type='text'>
Reviewed-by: cy

Differential Revision: https://reviews.freebsd.org/D37104
</content>
</entry>
<entry>
<title>acpi_ged:  New driver to ACPI generic event device</title>
<updated>2022-10-24T09:57:36Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2022-10-18T05:41:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9880bfe1181b7a32d026339bae113f24300e5e1'/>
<id>urn:sha1:a9880bfe1181b7a32d026339bae113f24300e5e1</id>
<content type='text'>
 New driver to ACPI generic event device, defined in ACPI spec.
Some ACPI power button may not work without this.

In qemu arm64 with "virt" machine, with ACPI firmware,
enable devd check devd message by
and invoke following command in qemu monitor
(qemu) system_powerdown
and make sure some power button input event appear.
(setting sysctl hw.acpi.power_button_state=S5 is not work,
because ACPI tree does not have \_S5 object.)

Reviewed by: andrew, hrs
Differential Revision: https://reviews.freebsd.org/D37032
</content>
</entry>
<entry>
<title>modules: acpi_video: need opt_evdev.h</title>
<updated>2021-09-30T04:08:25Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2021-09-30T04:04:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58ca99d11648f0b1749a4b29f534e87b0d88b83a'/>
<id>urn:sha1:58ca99d11648f0b1749a4b29f534e87b0d88b83a</id>
<content type='text'>
This fixes the standalone build.
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Sort SUBDIR.</title>
<updated>2016-04-27T19:38:24Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2016-04-27T19:38:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f49794cc8f7b68de95530bf47f30f3deaeef065d'/>
<id>urn:sha1:f49794cc8f7b68de95530bf47f30f3deaeef065d</id>
<content type='text'>
</content>
</entry>
</feed>
