From: Alan Stern Date: Tue, 20 Nov 2007 21:28:55 +0000 (-0500) Subject: USB: dummy_hcd: don't register drivers on the platform bus X-Git-Tag: v2.6.25-rc1~1075^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5933101718ea3d283983a923c5524c88138e5564;p=pandora-kernel.git 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-diff-tree failed