projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Synchronise with the 090605 release.
[pub/USBasp.git]
/
Demos
/
Host
/
CDCHost
/
ConfigDescriptor.h
diff --git
a/Demos/Host/CDCHost/ConfigDescriptor.h
b/Demos/Host/CDCHost/ConfigDescriptor.h
index
0ba6148
..
1a118ca
100644
(file)
--- a/
Demos/Host/CDCHost/ConfigDescriptor.h
+++ b/
Demos/Host/CDCHost/ConfigDescriptor.h
@@
-38,7
+38,6
@@
\r
/* Includes: */
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
\r
/* Includes: */
\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
\r
- #include <LUFA/Drivers/USB/Class/ConfigDescriptor.h> // Configuration Descriptor Parser
\r
\r
#include "CDCHost.h"
\r
\r
\r
#include "CDCHost.h"
\r
\r
@@
-76,11
+75,11
@@
NoEndpointFound = 5, /**< Compatible CDC endpoints were not found in the device's CDC interface */
\r
};
\r
\r
NoEndpointFound = 5, /**< Compatible CDC endpoints were not found in the device's CDC interface */
\r
};
\r
\r
- /* Configuration Descriptor Comparison Functions: */
\r
- DESCRIPTOR_COMPARATOR(NextCDCInterface);
\r
- DESCRIPTOR_COMPARATOR(NextInterfaceCDCDataEndpoint);
\r
-
\r
/* Function Prototypes: */
\r
uint8_t ProcessConfigurationDescriptor(void);
\r
/* Function Prototypes: */
\r
uint8_t ProcessConfigurationDescriptor(void);
\r
-
\r
+
\r
+ uint8_t DComp_NextCDCControlInterface(void* CurrentDescriptor);
\r
+ uint8_t DComp_NextCDCDataInterface(void* CurrentDescriptor);
\r
+ uint8_t DComp_NextInterfaceCDCDataEndpoint(void* CurrentDescriptor);
\r
+
\r
#endif
\r
#endif
\r