From 3924764dff9d90ccff09e1d657c6f40ed8def8d9 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 21 Jun 2013 13:11:16 +0700 Subject: [host lpc43xx] adding support for host custom class refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe --- tinyusb/common/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tinyusb/common/errors.h') diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h index 02cdae1e6..e444a04f8 100644 --- a/tinyusb/common/errors.h +++ b/tinyusb/common/errors.h @@ -64,6 +64,7 @@ ENTRY(TUSB_ERROR_DEVICE_NOT_READY )\ ENTRY(TUSB_ERROR_INTERFACE_IS_BUSY )\ ENTRY(TUSB_ERROR_HCD_FAILED )\ + ENTRY(TUSB_ERROR_HCD_OPEN_PIPE_FAILED )\ ENTRY(TUSB_ERROR_USBH_MOUNT_DEVICE_NOT_RESPOND )\ ENTRY(TUSB_ERROR_USBH_MOUNT_CONFIG_DESC_TOO_LONG )\ ENTRY(TUSB_ERROR_OSAL_TIMEOUT )\ -- cgit v1.3.1