Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
9eef78d2
Commit
9eef78d2
authored
Aug 27, 2012
by
Dean Camera
Browse files
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).
parent
603a7d86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Bootloaders/CDC/Descriptors.c
View file @
9eef78d2
...
...
@@ -115,7 +115,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
.
Header
=
{.
Size
=
sizeof
(
USB_CDC_Descriptor_FunctionalACM_t
),
.
Type
=
DTYPE_CSInterface
},
.
Subtype
=
0x02
,
.
Capabilities
=
0x0
6
,
.
Capabilities
=
0x0
0
,
},
.
CDC_Functional_Union
=
...
...
LUFA/DoxygenPages/ChangeLog.txt
View file @
9eef78d2
...
...
@@ -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 incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut)
*
* \section Sec_ChangeLog120730 Version 120730
* <b>New:</b>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment