aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/CDC.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-26 10:45:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-26 10:45:33 +0000
commit05fa6e0c43e542459000c7ebe0b10cbe24c7f5d9 (patch)
tree76d4563fe63f97637e768471a10b9b6b51c5cf22 /LUFA/Drivers/USB/Class/Host/CDC.h
parentcbbd3d746acef02a4afd562652a2ba71b24dfd6f (diff)
downloadlufa-05fa6e0c43e542459000c7ebe0b10cbe24c7f5d9.tar.gz
lufa-05fa6e0c43e542459000c7ebe0b10cbe24c7f5d9.tar.bz2
lufa-05fa6e0c43e542459000c7ebe0b10cbe24c7f5d9.zip
Corrected new Pipe_IsEndpointBound() function.
Completed host CDC class driver enumeration code.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Host/CDC.h')
-rw-r--r--LUFA/Drivers/USB/Class/Host/CDC.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/CDC.h b/LUFA/Drivers/USB/Class/Host/CDC.h
index 90ea3ab4b..9181aca03 100644
--- a/LUFA/Drivers/USB/Class/Host/CDC.h
+++ b/LUFA/Drivers/USB/Class/Host/CDC.h
@@ -136,12 +136,14 @@
/* Function Prototypes: */
#if defined(INCLUDE_FROM_CDC_CLASS_HOST_C)
- static uint8_t CDC_Host_ProcessConfigDescriptor(USB_ClassInfo_CDC_Host_t* CDCInterfaceInfo);
static uint8_t DComp_CDC_Host_NextCDCControlInterface(void* CurrentDescriptor);
static uint8_t DComp_CDC_Host_NextCDCDataInterface(void* CurrentDescriptor);
static uint8_t DComp_CDC_Host_NextInterfaceCDCDataEndpoint(void* CurrentDescriptor);
#endif
+ uint8_t CDC_Host_ConfigurePipes(USB_ClassInfo_CDC_Host_t* CDCInterfaceInfo, uint16_t MaxConfigBufferSize);
+ void CDC_Host_USBTask(USB_ClassInfo_CDC_Host_t* CDCInterfaceInfo);
+
void EVENT_CDC_Host_ControLineStateChanged(USB_ClassInfo_CDC_Host_t* CDCInterfaceInfo);
uint8_t CDC_Host_SetLineEncoding(USB_ClassInfo_CDC_Host_t* CDCInterfaceInfo);