commit | 2d5a88990260d226a69acddf22c04f47c267b33a | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Sun Dec 23 21:10:21 2012 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jan 21 20:52:47 2013 +0200 |
tree | 131ac7501eade3e1b96136208ba46f20c6e86f13 | |
parent | a59233407aed54b8a9121cea75d9c6a2a470d8d3 [diff] |
usb: gadget: export composite's setup & disconnect function The configfs can't use all of composite's hooks because ->bind() and ->unbind() has to be done a little differently. ->disconnect() and ->setup() on the hand can be recycled. This patch exports them both so configfs can use them. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>