From 2eba7facbc2345662ab816ae55f9dc1e8a627b4e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 5 Sep 2013 18:00:16 -0600 Subject: [PATCH] CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to an endpoint in order to determine the request buffer size. The endpoint has not yet been configured that max packet size may be wrong. --- configs/sama5d3x-ek/README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt index ce7993e0d50..803a78774cf 100644 --- a/configs/sama5d3x-ek/README.txt +++ b/configs/sama5d3x-ek/README.txt @@ -1240,6 +1240,7 @@ Configurations Device Drivers -> USB Device Driver Support CONFIG_CDCACM=y : Enable the CDC/ACM device + CONFIG_CDCACM_BULKIN_REQLEN=768 : Default too small for high-speed The following setting enables an example that can can be used to control the CDC/ACM device. It will add two new NSH commands: