Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 30 Jul 2010 03:52:11 +0000 (03:52 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 30 Jul 2010 03:52:11 +0000 (03:52 +0000)
commit24e621a8d8424721ed21ce329d2a28dbf8c35343
treea014f41c82dfbb50706e1a911a5da2414b9766fd
parent7c8d16fd7adae430f94004048a7702b7338f5eb1
Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value.

Added auto flushing of OUT data to the CDC Host Class driver's USBTask function to automatically flush the send pipe buffer.
13 files changed:
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
LUFA/Drivers/USB/Class/Device/CDC.c
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt
Projects/Benito/Benito.c
Projects/USBtoSerial/USBtoSerial.c
Projects/XPLAINBridge/XPLAINBridge.c