From 83c1bf7f781802063f669a943d2c6097f7c64940 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 6 Oct 2008 23:12:09 +0000 Subject: Add USB serial driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@984 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mcu123-lpc214x/nsh/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/mcu123-lpc214x/nsh/defconfig') diff --git a/nuttx/configs/mcu123-lpc214x/nsh/defconfig b/nuttx/configs/mcu123-lpc214x/nsh/defconfig index cf194adf1..266577649 100644 --- a/nuttx/configs/mcu123-lpc214x/nsh/defconfig +++ b/nuttx/configs/mcu123-lpc214x/nsh/defconfig @@ -398,8 +398,8 @@ CONFIG_USBSER_EPOUT=1 CONFIG_USBSER_EPIN=2 CONFIG_USBSER_NWRREQS=4 CONFIG_USBSER_NRDREQS=4 -CONFIG_USBSER_VENDORID=0x0525 -CONFIG_USBSER_PRODUCTID=0xa4a6 +CONFIG_USBSER_VENDORID=0x067b +CONFIG_USBSER_PRODUCTID=0x2303 CONFIG_USBSER_VENDORSTR="Nuttx" CONFIG_USBSER_PRODUCTSTR="USBdev Serial" CONFIG_USBSER_RXBUFSIZE=512 -- cgit v1.2.3