aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/StdDescriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-06-17 13:55:06 +1000
committerDean Camera <dean@fourwalledcubicle.com>2018-06-17 13:55:06 +1000
commit16f4492eb4783f3821155d87907ad0db7be9cc90 (patch)
tree74e4d429a9cd7a26898df001842349fa90a1408d /LUFA/Drivers/USB/Core/StdDescriptors.h
parent45ab627b4a06f7d0186d7263c1afd30ef4a80dcd (diff)
downloadlufa-16f4492eb4783f3821155d87907ad0db7be9cc90.tar.gz
lufa-16f4492eb4783f3821155d87907ad0db7be9cc90.tar.bz2
lufa-16f4492eb4783f3821155d87907ad0db7be9cc90.zip
Move class-specific functional descriptor definitions to their respective classes.
Diffstat (limited to 'LUFA/Drivers/USB/Core/StdDescriptors.h')
-rw-r--r--LUFA/Drivers/USB/Core/StdDescriptors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Core/StdDescriptors.h b/LUFA/Drivers/USB/Core/StdDescriptors.h
index d8e8d3a3e..0b677637b 100644
--- a/LUFA/Drivers/USB/Core/StdDescriptors.h
+++ b/LUFA/Drivers/USB/Core/StdDescriptors.h
@@ -215,8 +215,6 @@
DTYPE_Other = 0x07, /**< Indicates that the descriptor is of other type. */
DTYPE_InterfacePower = 0x08, /**< Indicates that the descriptor is an interface power descriptor. */
DTYPE_InterfaceAssociation = 0x0B, /**< Indicates that the descriptor is an interface association descriptor. */
- DTYPE_CSInterface = 0x24, /**< Indicates that the descriptor is a class specific interface descriptor. */
- DTYPE_CSEndpoint = 0x25, /**< Indicates that the descriptor is a class specific endpoint descriptor. */
};
/** Enum for possible Class, Subclass and Protocol values of device and interface descriptors. */