commit | a5beaaf39455e4388251e95ef2ce6849cabf3393 | [log] [tgz] |
---|---|---|
author | Baolin Wang <baolin.wang@linaro.org> | Sat Nov 21 15:44:53 2015 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Tue Dec 22 11:49:39 2015 -0600 |
tree | b64775c46b98d82165f6cc80cacd608b1e4e194c | |
parent | be99c84300950e876074916b215b511f69f83d3b [diff] |
usb: gadget: Add the console support for usb-to-serial port It dose not work when we want to use the usb-to-serial port based on one usb gadget as a console. Thus this patch adds the console initialization to support this request. To avoid the re-entrance when transferring data with usb endpoint, it introduces a kthread to do the IO transmission. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>