summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/cdcacm.c
Commit message (Expand)AuthorAgeFilesLines
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-4/+23
* SAMA5 UDPHS: Some very early debug corrections. Not yet working.Gregory Nutt2013-09-021-0/+4
* Added FIONREAD and FIONWRITE to CDC/ACM driver. From Lorenz MeierGregory Nutt2013-08-101-0/+46
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andre...Gregory Nutt2013-08-101-4/+43
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-291-19/+2
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-5/+13
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-2/+88
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-8/+39
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-2/+11
* Fix infinite loop in CDC/ACM driverpatacongo2012-04-251-8/+10
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-8/+15
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-0/+3
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-1/+1
* 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
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-14/+57
* The composite USB device is basically functional (more testing needed)patacongo2012-01-271-204/+210
* Add a text for the new composite USB devicepatacongo2012-01-261-2/+2
* More USB composite device logicpatacongo2012-01-261-0/+1
* Major restructuring of CLASS<->driver interface to better support composite U...patacongo2012-01-261-22/+55
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-206/+206
* Fixes on reverification of USB mass storage classpatacongo2012-01-251-1/+39
* Progress toward composite CDC/ACM+MSC USB devicepatacongo2012-01-251-56/+123
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-0/+2003