{\r
/* Fetch the next endpoint from the current Still Image interface */\r
if (USB_GetNextDescriptorComp(&ConfigDescriptorSize, &ConfigDescriptorData,\r
- DComp_NextSImageInterfaceDataEndpoint) != DESCRIPTOR_SEARCH_COMP_Found)\r
+ DComp_NextStillImageInterfaceDataEndpoint) != DESCRIPTOR_SEARCH_COMP_Found)\r
{\r
/* Descriptor not found, error out */\r
return NoEndpointFound;\r
EndpointData->EndpointAddress, EndpointData->EndpointSize,\r
PIPE_BANK_DOUBLE); \r
\r
- Pipe_SetInfiniteINRequests();\r
Pipe_SetInterruptPeriod(EndpointData->PollingIntervalMS);\r
\r
/* Set the flag indicating that the events pipe has been found */\r
EndpointData->EndpointAddress, EndpointData->EndpointSize,\r
PIPE_BANK_DOUBLE);\r
\r
- Pipe_SetInfiniteINRequests();\r
-\r
/* Set the flag indicating that the data IN pipe has been found */\r
FoundEndpoints |= (1 << SIMAGE_DATA_IN_PIPE);\r
}\r
*\r
* \return A value from the DSEARCH_Return_ErrorCodes_t enum\r
*/\r
-uint8_t DComp_NextSImageInterfaceDataEndpoint(void* CurrentDescriptor)\r
+uint8_t DComp_NextStillImageInterfaceDataEndpoint(void* CurrentDescriptor)\r
{\r
if (DESCRIPTOR_TYPE(CurrentDescriptor) == DTYPE_Endpoint)\r
{\r