Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146118379
D28742.1779247735.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
427 B
Referenced Files
None
Subscribers
None
D28742.1779247735.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D28742: iicsmb: Request the bus recursively in bread()
Attached
Detach File
Event Timeline
Log In to Comment