commit | c7a1db457bfca045a0960f4eaaffd6539afbf8d7 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Oct 29 18:09:55 2012 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Wed Oct 31 15:17:07 2012 +0200 |
tree | b2d00356f82a46724428b4d1527272249bfd6778 | |
parent | b2113136a5701a7aaffee96c0423e7a620124328 [diff] |
usb: gadget: dummy_hcd: add setup / cleanup of multiple HW intances This patch creates & adds multiple instances of the HCD and UDC. We have a new module option "num" which says how many emulated UDCs + HCDs we want. The default value is one and currently the maximum is one as well. This will change soon. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>