aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-06 11:32:55 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-06 11:32:55 +0000
commitdf83d09d2a2a560c06990dfde17b090151611d82 (patch)
treea1291c87e36fb160c971ab835d546e963b80c7df /Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
parent84c36424c8fecc131bda9507226a48663f89501e (diff)
Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1241 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c')
-rw-r--r--Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c b/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
index d9b154dd..fedf3dd4 100644
--- a/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
+++ b/Demos/Device/LowLevel/DualVirtualSerial/Descriptors.c
@@ -136,14 +136,6 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.Data = {0x01, 0x10}
},
- .CDC1_Functional_CallManagement =
- {
- .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24},
- .SubType = 0x01,
-
- .Data = {0x03, 0x01}
- },
-
.CDC1_Functional_AbstractControlManagement =
{
.Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(1)), .Type = 0x24},
@@ -244,14 +236,6 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.Data = {0x01, 0x10}
},
- .CDC2_Functional_CallManagement =
- {
- .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24},
- .SubType = 0x01,
-
- .Data = {0x03, 0x03}
- },
-
.CDC2_Functional_AbstractControlManagement =
{
.Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(1)), .Type = 0x24},