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: 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 <phcoder%gmail.com@localhost>, 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.
Home |
Main Index |
Thread Index |
Old Index