Page MenuHomeFreeBSD

D28742.1779247735.diff
No OneTemporary

Size
427 B
Referenced Files
None
Subscribers
None

D28742.1779247735.diff

diff --git a/sys/dev/iicbus/iicsmb.c b/sys/dev/iicbus/iicsmb.c
--- a/sys/dev/iicbus/iicsmb.c
+++ b/sys/dev/iicbus/iicsmb.c
@@ -455,7 +455,7 @@
int error;
/* Have to do this because the command is split in two transfers. */
- error = iicbus_request_bus(parent, dev, IIC_WAIT);
+ error = iicbus_request_bus(parent, dev, IIC_WAIT | IIC_RECURSIVE);
if (error == 0)
error = TRANSFER_MSGS(dev, msgs);
if (error == 0) {

File Metadata

Mime Type
text/plain
Expires
Wed, May 20, 3:28 AM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28751808
Default Alt Text
D28742.1779247735.diff (427 B)

Event Timeline