diff --git a/configs/README.txt b/configs/README.txt index 8958ee874af..0ea753b6a8f 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -982,9 +982,14 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_CDCSER_NWRREQS includes write requests used for both the interrupt and bulk IN endpoints. Default 4. CONFIG_CDCSER_VENDORID and CONFIG_CDCSER_VENDORSTR - The vendor ID code/string. Default 0x03eb and "NuttX" + The vendor ID code/string. Default 0x0525 and "NuttX" + 0x0525 is the Netchip vendor and should not be used in any + products. This default VID was selected for compatibility with + the Linux CDC ACM default VID. CONFIG_CDCSER_PRODUCTID and CONFIG_CDCSER_PRODUCTSTR - The product ID code/string. Default 0x204b and "CDC/ACM Serial" + The product ID code/string. Default 0xa4a7 and "CDC/ACM Serial" + 0xa4a7 was selected for compatibility with the Linux CDC ACM + default PID. CONFIG_CDCSER_RXBUFSIZE and CONFIG_CDCSER_TXBUFSIZE Size of the serial receive/transmit buffers. Default 256. diff --git a/configs/stm3210e-eval/usbserial/defconfig b/configs/stm3210e-eval/usbserial/defconfig index a23ef58f777..228c70b2036 100755 --- a/configs/stm3210e-eval/usbserial/defconfig +++ b/configs/stm3210e-eval/usbserial/defconfig @@ -706,9 +706,14 @@ CONFIG_USBSER_TXBUFSIZE=512 # The number of write/read requests that can be in flight. # Default 256. # CONFIG_CDCSER_VENDORID and CONFIG_CDCSER_VENDORSTR -# The vendor ID code/string. Default 0x03eb and "NuttX" +# The vendor ID code/string. Default 0x0525 and "NuttX" +# 0x0525 is the Netchip vendor and should not be used in any +# products. This default VID was selected for compatibility with +# the Linux CDC ACM default VID. # CONFIG_CDCSER_PRODUCTID and CONFIG_CDCSER_PRODUCTSTR -# The product ID code/string. Default 0x204b and "CDC/ACM Serial" +# The product ID code/string. Default 0xara7 and "CDC/ACM Serial" +# 0xa4a7 was selected for compatibility with the Linux CDC ACM +# default PID. # CONFIG_CDCSER_RXBUFSIZE and CONFIG_CDCSER_TXBUFSIZE # Size of the serial receive/transmit buffers. Default 256. #