qmk_firmware/Demos/Device/LowLevel
Dean Camera f85a53a31b Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces.
Fix Keyboard and Mouse demos, Idle period is now multiplied by 4 as the period is read into and sent out of the device to ensure it is always stored as a multiple of 1ms. Fixes Keyboard demo using an initial Idle period of 2s rather than 500ms (thanks to Brian Dickman).

Move out the internal device serial descriptor reading routine into a seperate static function, rather than being part of USB_Device_GetDescriptor.
2009-07-15 05:49:19 +00:00
..
AudioInput Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
AudioOutput Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
CDC Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times. 2009-07-13 12:38:30 +00:00
DualCDC Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
GenericHID Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
Joystick Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
Keyboard Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces. 2009-07-15 05:49:19 +00:00
KeyboardMouse Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
MIDI Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
MassStorage Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
Mouse Fix HID class device driver -- if a SetIDle request is issued with the LSB of wValue set to zero, the idle period must be set for all HID interfaces. 2009-07-15 05:49:19 +00:00
RNDISEthernet Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times. 2009-07-13 12:38:30 +00:00
USBtoSerial Added compatibility list to the documentation of each individual demo. 2009-07-13 06:44:14 +00:00
makefile Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. 2009-06-05 07:16:33 +00:00