qmk_firmware/Demos/Device/ClassDriver
Dean Camera 7ace314cc1 Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices.
Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression.

Minor code cleanups (remove redundant comments, fix spacing, etc.).
2009-12-09 00:50:55 +00:00
..
AudioInput Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero. 2009-11-20 06:56:43 +00:00
AudioOutput Remove dependancies from the LowLevel demos to the ClassDriver demos, since the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. 2009-11-08 21:56:18 +00:00
DualVirtualSerial Fix newly renamed VirtualSerial demos' include filename references so that they compile. 2009-12-07 04:49:37 +00:00
GenericHID Fix build and Doxygen errors. 2009-11-25 03:56:51 +00:00
Joystick Fix build and Doxygen errors. 2009-11-25 03:56:51 +00:00
Keyboard Fix build and Doxygen errors. 2009-11-25 03:56:51 +00:00
KeyboardMouse Fix build and Doxygen errors. 2009-11-25 03:56:51 +00:00
MIDI Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero, which some devices use instead of Note Off messages (thanks to Robin Green). 2009-11-26 11:16:20 +00:00
MassStorage Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices. 2009-12-09 00:50:55 +00:00
MassStorageKeyboard Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices. 2009-12-09 00:50:55 +00:00
Mouse Fix build and Doxygen errors. 2009-11-25 03:56:51 +00:00
RNDISEthernet Increase timeout of Mass Storage and Still Image host commands to 10 seconds (up from 5) to account for slow-processing devices. 2009-12-09 00:50:55 +00:00
VirtualSerial Fix newly renamed VirtualSerial demos' include filename references so that they compile. 2009-12-07 04:49:37 +00:00
VirtualSerialMouse Fix newly renamed VirtualSerial demos' include filename references so that they compile. 2009-12-07 04:49:37 +00:00
makefile Additional file renames and modifications to change CDC demos to VirtualSerial. 2009-12-07 04:35:59 +00:00