Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 27 Aug 2012 16:39:06 +0000 (16:39 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 27 Aug 2012 16:39:06 +0000 (16:39 +0000)
Bootloaders/CDC/Descriptors.c
LUFA/DoxygenPages/ChangeLog.txt

index 9534fff..b99df6f 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,
 
                        .Header                 = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
                        .Subtype                = 0x02,
 
-                       .Capabilities           = 0x06,
+                       .Capabilities           = 0x00,
                },
 
        .CDC_Functional_Union =
                },
 
        .CDC_Functional_Union =
index 6dbd8ab..62cf1f9 100644 (file)
@@ -27,6 +27,7 @@
   *   - Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell)
   *  - Library Applications:
   *   - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project
   *   - Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell)
   *  - Library Applications:
   *   - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project
+  *   - Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut)
   *
   *  \section Sec_ChangeLog120730 Version 120730
   *  <b>New:</b>
   *
   *  \section Sec_ChangeLog120730 Version 120730
   *  <b>New:</b>