Module Name: src
Committed By: riastradh
Date: Tue Aug 1 19:36:46 UTC 2023
Modified Files:
src/sys/dev/i2c: ihidev.c
Log Message:
ihidev(4): Use iic_use_direct_match as intended.
This appears to have been a mistake; there's no obvious explanation
in the commit history for why this is different from all other
iic_use_direct_match users.
Patch from Vladimir 'phcoder' Serbinenko <[email protected]>, thanks!
(If it really is intended to ues I2C_MATCH_DIRECT_COMPATIBLE here, we
need a clear explanation of why, written down in a nearby comment.)
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/i2c/ihidev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.