summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/pl2303.c
Commit message (Expand)AuthorAgeFilesLines
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-6/+25
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-291-20/+13
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-121-5/+5
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-0/+84
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-8/+37
* 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