]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: dummy_hcd: move selection of speed into ->pullup()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 23 Jun 2011 12:26:14 +0000 (14:26 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 21:31:13 +0000 (14:31 -0700)
commit74e72a090b5ba6d7231d1cd8b3865aa54d036ef6
tree8669df2ce05354618ab426be02aae7a2c69f2d8c
parentd5a9a967f19dc06c744cda8c5f962cc176976777
usb: gadget: dummy_hcd: move selection of speed into ->pullup()

The configuration is static however we only know the speed after we have
connected with the other side.

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