]> err.no Git - linux-2.6/commit
[PATCH] USB dummy_hcd: Centralize link state computations
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 3 May 2005 20:24:04 +0000 (16:24 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:52 +0000 (14:43 -0700)
commitf1c39fad7d1bbea31744138cd3a532ff346cd4ab
tree8925368cf99ad45b92eb9e42a86615a7ba7640b0
parentd9b762510c186584a6be0d3ece03e8a4b2ac13a8
[PATCH] USB dummy_hcd: Centralize link state computations

This patch adds to the dummy_hcd driver a new routine for keeping track of
all changes in the state of the emulated USB link.  The logic is now kept
in one spot instead of spread around, and it's easier to verify and
update the code.  The behavior of the port features has been corrected in
a few respects as well (for instance, if the POWER feature is clear then
none of the other features can be set).

Also added is support for the (relatively new) _connect() and
_disconnect() calls of the Gadget API.

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