mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-13 04:14:19 +00:00
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).
This commit is contained in:
parent
603a7d86e9
commit
9eef78d21e
@ -115,7 +115,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
|
|||||||
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
|
.Header = {.Size = sizeof(USB_CDC_Descriptor_FunctionalACM_t), .Type = DTYPE_CSInterface},
|
||||||
.Subtype = 0x02,
|
.Subtype = 0x02,
|
||||||
|
|
||||||
.Capabilities = 0x06,
|
.Capabilities = 0x00,
|
||||||
},
|
},
|
||||||
|
|
||||||
.CDC_Functional_Union =
|
.CDC_Functional_Union =
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
* - Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell)
|
* - Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell)
|
||||||
* - Library Applications:
|
* - Library Applications:
|
||||||
* - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project
|
* - 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
|
* \section Sec_ChangeLog120730 Version 120730
|
||||||
* <b>New:</b>
|
* <b>New:</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user