summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-10-19 20:33:47 +0200
committerHans de Goede <hdegoede@redhat.com>2013-11-19 10:36:19 +0100
commit7496032c316b1242710710e4675a936231b3401d (patch)
tree5b96030b7a54916985803334ff28bd9daa72ae5d
parenteba5a900bbf65d98e8840deb3dd8c0a166e9fc55 (diff)
usbredirhost: Add missing flush on cancel
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--usbredirhost/usbredirhost.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usbredirhost/usbredirhost.c b/usbredirhost/usbredirhost.c
index 5ec3664..86e1a92 100644
--- a/usbredirhost/usbredirhost.c
+++ b/usbredirhost/usbredirhost.c
@@ -1953,6 +1953,7 @@ static void usbredirhost_cancel_data_packet(void *priv, uint64_t id)
}
}
UNLOCK(host);
+ FLUSH(host);
}
static void LIBUSB_CALL usbredirhost_control_packet_complete(