Module Name: src Committed By: thorpej Date: Tue Jan 26 01:23:08 UTC 2021
Modified Files: src/sys/dev/acpi: acpi_i2c.c src/sys/dev/i2c: ihidev.c pcai2cmux.c Log Message: Don't map ACPI _HID / _CID strings to "compatible" strings from the Device Tree bindings. Just pass those strings in the standard most-specific-to-least-specific order to the drivers and let them deal. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/acpi_i2c.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/ihidev.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/pcai2cmux.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.