From b1db85dedf5546bee594a40ba41cf644bf7b3ae0 Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 9 Mar 2013 13:11:02 +0700 Subject: - addd p_qtd_list_tail to qhd structure for easy queue TD - move control_request from ehci_data to usbh_device_info_pool - add test for bulk transfer double (2 consecutive xfers) - use table (array) structure for class driver, currently included - refractor extract to function insert_qtd_to_qhd + init function + install_subtask --> all class driver function must be declared with WEAK --- tinyusb/core/tusb_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tinyusb/core') diff --git a/tinyusb/core/tusb_types.h b/tinyusb/core/tusb_types.h index d35c3f645..4df7292c7 100644 --- a/tinyusb/core/tusb_types.h +++ b/tinyusb/core/tusb_types.h @@ -136,6 +136,8 @@ typedef enum { TUSB_CLASS_PERSONAL_HEALTHCARE = 15 , ///< 15 TUSB_CLASS_AUDIO_VIDEO = 16 , ///< 16 + TUSB_CLASS_MAX_CONSEC_NUMBER = 17 , // TODO compact & minimize this number + TUSB_CLASS_DIAGNOSTIC = 0xDC , TUSB_CLASS_WIRELESS_CONTROLLER = 0xE0 , TUSB_CLASS_MISC = 0xEF , -- cgit v1.3.1