[PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 3 May 2005 20:27:26 +0000 (16:27 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:52 +0000 (14:43 -0700)
commit685eb93f086eb15d9fb1e82c7400fd750f564640
treeded0db2402889ec30878c3dbbd08f7b5d01a694b
parentf1c39fad7d1bbea31744138cd3a532ff346cd4ab
[PATCH] USB dummy_hcd: Use root-hub interrupts instead of polling

This patch makes the dummy_hcd driver use emulated root-hub interrupts
instead of polling.  It's in the spirit of similar changes being made to
the other HCDs.

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