From: Dean Camera Date: Sun, 16 Jan 2011 19:34:28 +0000 (+0000) Subject: New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editi... X-Git-Tag: LUFA-110528-BETA~105 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/039a714ee46268c07928c79b30403f29d4040fe8?hp=039a714ee46268c07928c79b30403f29d4040fe8 New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors. Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/. ---