summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/pl2303.c
Commit message (Expand)AuthorAgeFilesLines
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-10/+10
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-201-1/+1
* Fix PL2303 typo checked in a long time ago; NFS updatepatacongo2012-06-121-1/+1
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-2/+11
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-2/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-2/+2
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-311-3/+3
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-261-52/+67
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-218/+218
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-0/+2216