summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-28 22:56:14 +0700
committerGitHub <[email protected]>2019-10-28 22:56:14 +0700
commit78523301bb7f6ae5bba18768ad670d9b2ae73fd7 (patch)
tree1e90ae98dfa0ced2859051f5b7d9aeb799b4034d /src/common
parent5d975d93139e0ce346372dc07ca34ef9df7b0287 (diff)
parent03f1a6d9262f27270633b8faaab7b3bdf8437cee (diff)
Merge pull request #202 from smunaut/dfu-rt
Add support for DFU Runtime class for devices
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,