Commit 12a11201 authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

usb: cdc_acm: enable CONFIG_CDC_ACM_IAD by default



Enable CONFIG_CDC_ACM_IAD by default so that
CDC ACM class works out of the box on Windows OS.

Signed-off-by: default avatarJohann Fischer <j.fischer@phytec.de>
parent 84c38cb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ config CDC_ACM_BULK_EP_MPS

config CDC_ACM_IAD
	bool "Force using Interface Association Descriptor"
	default n
	default y
	help
	  IAD should not be required for non-composite CDC ACM device,
	  but Windows 7 fails to properly enumerate without it.