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 23e5471a7e669e1c94154d4c5c294d521c8f6623)
@@ -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]);
 }
 
