From: Alan Stern Date: Tue, 29 Nov 2005 17:08:15 +0000 (-0500) Subject: [PATCH] USB Gadget: dummy_hcd: updates to hcd->state X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf0a22e8b1b3f44288db773d315e72e89d51c4c;p=pandora-kernel.git [PATCH] USB Gadget: dummy_hcd: updates to hcd->state This patch (as613) moves the updates to hcd->state in the dummy_hcd driver to where they now belong. It also uses the new HC_FLAG_HW_ACCESSIBLE flag in a way that simulates a real PCI controller, and it adds checks for attempts to resume the bus while the controller is suspended or to suspend the controller while the bus is active. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed