From 9eef78d21e4f87b929ec8174f52ac87d11fc4eb0 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 27 Aug 2012 16:39:06 +0000 Subject: Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut). --- Bootloaders/CDC/Descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders') diff --git a/Bootloaders/CDC/Descriptors.c b/Bootloaders/CDC/Descriptors.c index 9534fff43..b99df6fdc 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 = 0x06, + .Capabilities = 0x00, }, .CDC_Functional_Union = -- cgit v1.2.3