--- drivers/usb-dist/hcd/ehci-sched.c	Thu Feb 14 11:31:46 2002
+++ drivers/usb/hcd/ehci-sched.c	Fri Feb 22 13:20:43 2002
@@ -395,6 +395,9 @@
 				frame += period;
 			} while (frame < ehci->periodic_size);
 
+			/* update bandwidth utilization records (for usbfs) */
+			usb_claim_bandwidth (urb->dev, urb, usecs, 0);
+
 			/* maybe enable periodic schedule processing */
 			if (!ehci->periodic_urbs++) {
 				u32	cmd;
