aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-06-27 20:03:33 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-06-27 20:03:51 +0200
commitf0c72df67452dc1e921ee3673a37b26cbc408c34 (patch)
treeb82f2ed296745db66890e752edc8926bdbf43686 /Bootloaders/CDC/Descriptors.c
parent8bcc38aa32bd7b93dff9b3b05702a03035814079 (diff)
downloadlufa-f0c72df67452dc1e921ee3673a37b26cbc408c34.tar.gz
lufa-f0c72df67452dc1e921ee3673a37b26cbc408c34.tar.bz2
lufa-f0c72df67452dc1e921ee3673a37b26cbc408c34.zip
Re-added Set Control Line State request handling to the CDC class bootloader.
Diffstat (limited to 'Bootloaders/CDC/Descriptors.c')
-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 03a4a5daf..bbf4e7621 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 = 0x00,
+ .Capabilities = 0x02,
},
.CDC_Functional_Union =