]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a
authorloos <loos@FreeBSD.org>
Sat, 31 May 2014 14:38:05 +0000 (14:38 +0000)
committerloos <loos@FreeBSD.org>
Sat, 31 May 2014 14:38:05 +0000 (14:38 +0000)
commit67af8e8a06fed45b7724a9a1544844eee6206d62
tree65f709e08a8b824673f49fe4e67db127cffebe88
parente4deb6b891826cd2159814f36c96c894d3906b7c
Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a
master-only controller.

This fixes the iic bus scan with i2c(8) (on supported controllers).

Tested with gpioiic(4).
sys/dev/iicbus/iic.c