Index: uspace/drv/bus/usb/ehci/ehci_batch.c
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_batch.c	(revision a752c78c2ca75b7422b28b6d13994d567d4cfdb1)
+++ uspace/drv/bus/usb/ehci/ehci_batch.c	(revision 44b9b4485dd8e59718429c6877129da6e2c5553a)
@@ -249,5 +249,5 @@
 {
 	assert(ehci_batch);
-//	ed_set_tail_td(ehci_batch->ed, ehci_batch->tds[ehci_batch->td_count]);
+	qh_set_next_td(ehci_batch->qh, ehci_batch->tds[0]);
 }
 
