From: Dean Camera Date: Wed, 9 Sep 2009 13:17:04 +0000 (+0000) Subject: Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descri... X-Git-Tag: LUFA-110528-BETA~905 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/b221e7d175e4b5ca463fdd6d05b8c3fc71bd7c40?hp=b221e7d175e4b5ca463fdd6d05b8c3fc71bd7c40 Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project. Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request. ---