summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/u_serial.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: serial: only call into CONSOLE_FULL code if it's thereLucas Stach2015-07-241-2/+3
* usb: gadget: serial: Use console_set_active to activate consoleSascha Hauer2015-06-091-1/+2
* console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-131-0/+1
* USB: gadget: usbserial: Always enable consoleSascha Hauer2014-07-221-0/+2
* USB: gadget: Update to 3.15Sascha Hauer2014-07-221-103/+151
* Merge branch 'for-next/console' into for-next/usb-gadgetSascha Hauer2014-07-221-1/+6
|\
| * usb: usbserial gadget: Add persistent device nameSascha Hauer2014-07-111-1/+6
* | introduce verbose debugSascha Hauer2014-07-171-8/+0
|/
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* 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