Added support to the CDCHost demo for devices with mutiple CDC interfaces which are not the correct ACM type preceeding the desired ACM CDC interface.

This commit is contained in:
Dean Camera 2009-04-07 11:46:54 +00:00
parent cb7884da50
commit 51910b4505
3 changed files with 41 additions and 9 deletions

View file

@ -77,7 +77,8 @@
};
/* Configuration Descriptor Comparison Functions: */
DESCRIPTOR_COMPARATOR(NextCDCInterface);
DESCRIPTOR_COMPARATOR(NextCDCControlInterface);
DESCRIPTOR_COMPARATOR(NextCDCDataInterface);
DESCRIPTOR_COMPARATOR(NextInterfaceCDCDataEndpoint);
/* Function Prototypes: */