From df83d09d2a2a560c06990dfde17b090151611d82 Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 6 May 2010 11:32:55 +0000 Subject: 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 --- Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c') diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c b/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c index c55aa0c0..e4d724b5 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c @@ -172,14 +172,6 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .Data = {0x01, 0x10} }, - .CDC_Functional_CallManagement = - { - .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24}, - .SubType = 0x01, - - .Data = {0x03, 0x01} - }, - .CDC_Functional_AbstractControlManagement = { .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(1)), .Type = 0x24}, -- cgit v1.2.3