aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-13 14:17:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-13 14:17:18 +0000
commitd83cc9ac8049f651637dc2d9b8632f3c208bbdf6 (patch)
tree64c162999af279b6a823b26082d9f09e4fc6d210 /Projects/AVRISP-MKII/Descriptors.c
parent666c0fa4c31b2c9f7f02f6d0e09551e24dc4680c (diff)
downloadlufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.tar.gz
lufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.tar.bz2
lufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.zip
Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device is bus-powered only. Add compile time options to reduce the compiled size of the firmware.
Diffstat (limited to 'Projects/AVRISP-MKII/Descriptors.c')
-rw-r--r--Projects/AVRISP-MKII/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Descriptors.c b/Projects/AVRISP-MKII/Descriptors.c
index a57ad06c3..95a41f18a 100644
--- a/Projects/AVRISP-MKII/Descriptors.c
+++ b/Projects/AVRISP-MKII/Descriptors.c
@@ -81,7 +81,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.ConfigurationNumber = 1,
.ConfigurationStrIndex = NO_DESCRIPTOR,
- .ConfigAttributes = (USB_CONFIG_ATTR_BUSPOWERED | USB_CONFIG_ATTR_SELFPOWERED),
+ .ConfigAttributes = USB_CONFIG_ATTR_BUSPOWERED,
.MaxPowerConsumption = USB_CONFIG_POWER_MA(100)
},