From b221e7d175e4b5ca463fdd6d05b8c3fc71bd7c40 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Wed, 9 Sep 2009 13:17:04 +0000
Subject: 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.
---
 Bootloaders/DFU/makefile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'Bootloaders/DFU')

diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile
index 622290ff3..0a1e02ea2 100644
--- a/Bootloaders/DFU/makefile
+++ b/Bootloaders/DFU/makefile
@@ -121,7 +121,6 @@ LUFA_PATH = ../..
 
 # LUFA library compile-time options
 LUFA_OPTS  = -D USB_DEVICE_ONLY
-LUFA_OPTS += -D USE_NONSTANDARD_DESCRIPTOR_NAMES
 LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
 LUFA_OPTS += -D CONTROL_ONLY_DEVICE
 LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=32
-- 
cgit v1.2.3