summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-11-02 23:29:35 +0700
committerhathach <[email protected]>2019-11-02 23:29:35 +0700
commita0cffdc843ca21cf4fa02c2eccdf6a708708a8f6 (patch)
treea9b3de09659634e29ca3ecfaa5452271e9e7453a /src/common
parent51a834f0ae58ba68b390b2e83d28303689759f50 (diff)
parent164d0db8256fda66ade079a874ad9d3fbef500f3 (diff)
Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529
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,