qmk_firmware/LUFA/Drivers/USB/Class
Dean Camera 253deb996f Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor.
Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references.
2009-05-04 12:55:00 +00:00
..
ConfigDescriptor.c Endpoint configuration is now refined to give better output when all configurations have static inputs - removed the now useless STATIC_ENDPOINT_CONFIGURATION compile time token. 2009-04-24 07:28:51 +00:00
ConfigDescriptor.h Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. 2009-05-04 12:55:00 +00:00
HIDParser.c Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMouse demos (thanks to Brian Dickman). 2009-04-19 11:43:21 +00:00
HIDParser.h Documentation enhancements to improve documentation cross-references. 2009-04-22 14:28:55 +00:00
HIDReportData.h Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei Krainev). 2009-04-16 08:50:34 +00:00