aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-27 16:39:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-27 16:39:06 +0000
commit9eef78d21e4f87b929ec8174f52ac87d11fc4eb0 (patch)
tree21ab092bd846113b50344a9c424c04f549ab4892 /Bootloaders
parent603a7d86e9596be2af91aff985611481bcdcbc74 (diff)
downloadlufa-9eef78d21e4f87b929ec8174f52ac87d11fc4eb0.tar.gz
lufa-9eef78d21e4f87b929ec8174f52ac87d11fc4eb0.tar.bz2
lufa-9eef78d21e4f87b929ec8174f52ac87d11fc4eb0.zip
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).
Diffstat (limited to 'Bootloaders')
-rw-r--r--Bootloaders/CDC/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/Descriptors.c b/Bootloaders/CDC/Descriptors.c
index 9534fff43..b99df6fdc 100644
--- a/Bootloaders/CDC/Descriptors.c
+++ b/Bootloaders/CDC/Descriptors.c
@@ -115,7 +115,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
.Subtype = 0x02,
- .Capabilities = 0x06,
+ .Capabilities = 0x00,
},
.CDC_Functional_Union =