From e9f41b51c46dcd98bc678c2c08eec234870da1a4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 9 Oct 2008 12:49:11 +0000 Subject: Need to select endpoints actually supported by hardware git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1007 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ntosd-dm320/udp/defconfig | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/ntosd-dm320/udp/defconfig') diff --git a/nuttx/configs/ntosd-dm320/udp/defconfig b/nuttx/configs/ntosd-dm320/udp/defconfig index d90659a4d..1e93eda46 100644 --- a/nuttx/configs/ntosd-dm320/udp/defconfig +++ b/nuttx/configs/ntosd-dm320/udp/defconfig @@ -361,8 +361,15 @@ CONFIG_DM320_USBDEV_DMA=n # # USB Serial Device Configuration # -# CONFIG_USBSER_EPOUT and CONFIG_USBSER_EPIN -# Logical endoint addresses +# CONFIG_USBSER_EPINTIN +# The logical 7-bit address of a hardware endpoint that supports +# interrupt IN operation +# CONFIG_USBSER_EPBULKOUT +# The logical 7-bit address of a hardware endpoint that supports +# bulk OUT operation +# CONFIG_USBSER_EPBULKIN +# The logical 7-bit address of a hardware endpoint that supports +# bulk IN operation # CONFIG_USBSER_NWRREQS and CONFIG_USBSER_NRDREQS # The number of write/read requests that can be in flight # CONFIG_USBSER_VENDORID and CONFIG_USBSER_VENDORSTR @@ -371,8 +378,9 @@ CONFIG_DM320_USBDEV_DMA=n # The product ID code/string # CONFIG_USBSER_RXBUFSIZE and CONFIG_USBSER_TXBUFSIZE # Size of the serial receive/transmit buffers -CONFIG_USBSER_EPOUT=1 -CONFIG_USBSER_EPIN=2 +CONFIG_USBSER_EPINTIN=3 +CONFIG_USBSER_EPBULKOUT=2 +CONFIG_USBSER_EPBULKIN=1 CONFIG_USBSER_NWRREQS=4 CONFIG_USBSER_NRDREQS=4 CONFIG_USBSER_VENDORID=0x067b -- cgit v1.2.3