|
NAMEiichid —
I2C HID transport driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device iichid Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): iichid_load="YES" DESCRIPTIONTheiichid driver provides a interface to I2C Human
Interface Devices (HIDs).
SYSCTL VARIABLESNext parameters are available as sysctl(8) variables. Debug parameter is available as loader(8) tunable as well.
SEE ALSOig4(4)BUGSTheiichid does not support GPIO interrupts yet. In that
case iichid enables sampling mode with periodic
polling of hardware by driver means. See dev.iichid.*.sampling_*
sysctl(4)
variables for tuning of sampling parameters.
HISTORYTheiichid driver first appeared in
FreeBSD 13.0.
AUTHORSTheiichid driver was written by Marc
Priggemeyer
<marc.priggemeyer@gmail.com>
and Vladimir Kondratyev
<wulf@FreeBSD.org>.
This manual page was written by Vladimir Kondratyev <wulf@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |