]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3e3369a67ac1f32e21b8076c0947c0a2e3572459
treeb9778e010d4f85780fcc44b76ab49dc05dfe85fb
parent50ead552d2d1856ab254670d34cd91cff4b7a381
[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