Re-added Set Control Line State request handling to the CDC class bootloader.
[pub/USBasp.git] / Bootloaders / CDC / Descriptors.c
index 03a4a5d..bbf4e76 100644 (file)
@@ -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 =