Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: jmcneill
Date: Sat Jan 11 11:40:43 UTC 2025
Modified Files:
src/sys/arch/arm/acpi: acpipchb.c
src/sys/dev/acpi: acpi_i2c.c acpi_util.c acpi_util.h ehci_acpi.c
Log Message:
acpi: i2c: only claim child devices with a _CRS or _ADR method
acpi_enter_i2c_devs is too aggressive with claiming child device nodes.
Restrict it to devices with either a _CRS or _ADR method. A driver is
free to claim more if appropriate.
Fixes missing HKEY (LEN0268) device on Thinkpad T14s Gen 6 (X1E).
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/acpi/acpipchb.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/acpi/acpi_i2c.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/acpi/acpi_util.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpi_util.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/ehci_acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index