USB: allow both root-hub interrupts and polling
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 25 Sep 2006 19:41:12 +0000 (15:41 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Sep 2006 22:36:45 +0000 (15:36 -0700)
commitd19ac7da72ab950c315d0da0aa03464587d88b53
tree1007c1222a7844a18be1fb04de77f0a0ff7a28fc
parent2de9eaefa7330b8e3d3fc5f31288cb1e826173a8
USB: allow both root-hub interrupts and polling

Originally I didn't think any host controller driver would ever use
interrupts and polling at the same time, but it turns out ohci-hcd wants
to do exactly that.  This patch (as788) makes it possible.

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