Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/i2c



Module Name:    src
Committed By:   thorpej
Date:           Wed Sep 17 13:51:47 UTC 2025

Modified Files:
        src/sys/dev/i2c: ihidev.c ihidev.h

Log Message:
This driver only works with ACPI.  Rather than consult i2c_attach_args::
ia_cookietype, consult self's devhandle and check for DEVHANDLE_TYPE_ACPI.
Use the devhandle to get the ACPI handle where necessary, so it is no longer
necessary to store the ACPI handle in a softc field called "sc_phandle"
(which is not an accurate name).


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/ihidev.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/ihidev.h

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