[PATCH] USB UHCI: remove the FSBR kernel timer
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 5 Sep 2005 17:59:51 +0000 (13:59 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Sep 2005 19:23:40 +0000 (12:23 -0700)
commit1f09df8bfe358994fcb5f3dc4f890694c4069621
treeb9778e010d4f85780fcc44b76ab49dc05dfe85fb
parentf1a15606d5be8490a122f1c94c554bd0f07d8d26
[PATCH] USB UHCI: remove the FSBR kernel timer

This patch (as558) removes from the UHCI driver a kernel timer used for
checking Full Speed Bandwidth Reclamation (FSBR).  The checking can be
done during normal root-hub polling; it doesn't need a separate timer.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-hcd.c
drivers/usb/host/uhci-hcd.h
drivers/usb/host/uhci-hub.c
drivers/usb/host/uhci-q.c