summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-31 09:57:52 +0700
committerhathach <[email protected]>2019-10-31 09:57:52 +0700
commit8a57997c0ff4d1a34c87f797c389ce0433905dab (patch)
tree4dd77aafc3c60c7a9a8c428986589f267f1b34c2 /src/common
parenta29eb87c3831a70ff8352eedf4bbe252f7bb8193 (diff)
parent4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7 (diff)
Merge branch 'master' into pigrew-ZLP_Request2
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tusb_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/tusb_types.h b/src/common/tusb_types.h
index ad42baad7..737b17f76 100644
--- a/src/common/tusb_types.h
+++ b/src/common/tusb_types.h
@@ -86,6 +86,8 @@ typedef enum
TUSB_DESC_BOS = 0x0F,
TUSB_DESC_DEVICE_CAPABILITY = 0x10,
+ TUSB_DESC_FUNCTIONAL = 0x21,
+
// Class Specific Descriptor
TUSB_DESC_CS_DEVICE = 0x21,
TUSB_DESC_CS_CONFIGURATION = 0x22,