summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/u_serial.c
Commit message (Expand)AuthorAgeFilesLines
* usb: add flow control to u_serialRobert Jarzmik2012-10-291-8/+17
* complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* u_serial: add setbrg to be able to use loadb & coEric Bénard2012-01-051-0/+5
* serial gadget: enable/disable on requestEric Bénard2012-01-041-8/+14
* usb/gadget: make serial gadget resistant to cable unplugRobert Jarzmik2011-12-051-6/+18
* usb/gadget: use generic usb_gadget_poll() in u_serialRobert Jarzmik2011-12-051-3/+2
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-5/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* Add USB device supportSascha Hauer2009-09-251-0/+530