You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Device/ClassDriver
Dean Camera c438d01f87
Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser.
15 years ago
..
AudioInput Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero. 15 years ago
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. 15 years ago
CDC Minor code cleanups for clarity. 15 years ago
CDCMouse Corrections, improvements and additions to the incomplete RNDISHost demo. 15 years ago
DualCDC Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level. 15 years ago
GenericHID Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN when the given data length is zero. 15 years ago
Joystick Corrections, improvements and additions to the incomplete RNDISHost demo. 15 years ago
Keyboard Removed code to zero reports between two keyboard reports with differing number of pressed keys, as this relied on non-standard OS behaviour. 15 years ago
KeyboardMouse Corrections, improvements and additions to the incomplete RNDISHost demo. 15 years ago
MIDI Add optional double-banking support to the Device mode Class Drivers, on a per-endpoint, per-interface level. 15 years ago
MassStorage The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick. 15 years ago
MassStorageKeyboard Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt data in the HID Host Parser. 15 years ago
Mouse Corrections, improvements and additions to the incomplete RNDISHost demo. 15 years ago
RNDISEthernet Spell check all source code variables, comments and strings. 15 years ago
makefile Added new JoystickHostWithParser demos to the library. 15 years ago