]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 23 Jun 2011 12:26:13 +0000 (14:26 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 21:31:13 +0000 (14:31 -0700)
commitf8744d40ca12d54f35c56831040683d52e765bf8
tree2a6d36725dc3a051b2ac6ed45dd340f9864f9705
parent0fb5759952e934dd5ff25fd79f45cb5d69c8d2d1
usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()

This value is now assigned during bind(). The configuration depends on
static values assigned by dummy driver itself. So there is no need to
defer this assigment until one know the actuall speed since the
configuration is static and known early.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/dummy_hcd.c