summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwcusb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wcusb.c b/wcusb.c
index 2e84cc6..f2acff9 100755
--- a/wcusb.c
+++ b/wcusb.c
@@ -820,6 +820,9 @@ static void wcusb_read_complete(struct urb *q)
}
break;
}
+ /* XXX We could probably optimize some here XXX */
+ zt_ec_chunk(&p->chan, p->chan.readchunk, p->chan.writechunk);
+
zt_receive(&p->span);
q->dev = p->dev;