qmk_firmware/LUFA/Drivers/USB/Class
Dean Camera 35a0fe9384 Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes.
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.

Make Webserver project report the LUFA version as part of the HTTP header.
2010-02-09 12:30:51 +00:00
..
Common Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and demos. 2010-02-07 13:56:36 +00:00
Device Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. 2010-02-08 03:16:09 +00:00
Host Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes. 2010-02-09 12:30:51 +00:00
Audio.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
CDC.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
HID.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
MIDI.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
MassStorage.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
Printer.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
RNDIS.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00
StillImage.h Update copyright year to 2010. 2009-12-30 23:49:19 +00:00