qmk_firmware/Demos/Device/ClassDriver
Dean Camera f555ad7ced Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.

Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.

Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
2011-01-10 18:43:34 +00:00
..
AudioInput Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
AudioOutput Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
DualVirtualSerial Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
GenericHID Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
Joystick Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
Keyboard Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
KeyboardMouse Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
MIDI Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
MassStorage Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 2011-01-10 18:43:34 +00:00
MassStorageKeyboard Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). 2011-01-10 18:43:34 +00:00
Mouse Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
RNDISEthernet Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
VirtualSerial Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
VirtualSerialMouse Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
makefile Update copyright year on all source files. 2011-01-01 13:00:56 +00:00