[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 3 May 2005 20:15:43 +0000 (16:15 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Jun 2005 21:43:52 +0000 (14:43 -0700)
commitd9b762510c186584a6be0d3ece03e8a4b2ac13a8
tree23cd5e51145e4a11ad669a5f6ddca20b0fd7272f
parentc2db8b5e5692a6f35913a829607ee6efde3c7cbd
[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC

This patch makes the dummy_hcd driver create separate platform devices for
the emulated host controller and emulated device controller.  This gives a
more accurate simulation and will permit testing of situations where only
one of the two devices is suspended.

This also changes the name of the host controller platform device to match
the name of the driver.  That way the normal platform bus probe mechanism
will handle binding the driver to the device.

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