From 5933101718ea3d283983a923c5524c88138e5564 Mon Sep 17 00:00:00 2001 From: Alan Stern Date: Tue, 20 Nov 2007 16:28:55 -0500 Subject: [PATCH] USB: dummy_hcd: don't register drivers on the platform bus This patch (as1017) makes dummy_hcd behave more like the other USB peripheral controller drivers by no longer registering its gadget driver on the platform bus. Doing that has always been a mistake, since a usb_gadget_driver isn't a platform_driver. Instead the gadget driver is left unregistered in sysfs. Signed-off-by: Alan Stern CC: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed