USB Host support for CDC devices

The Gadgeteer support for the USB Host module does not include support for CDC type devices. When I plugged in a GPS receiver, which looks like a CDC device, I got an unsupported message in the debug console.

I can get around this issue by directly registering for usb host device insertion events, bypassing the Gadgeteer layer.

Have I missed something? :-[

I think you are right. We have to still decide how far to take the gadgeteer libs as you can easily use netmf directly.

As you know this us still brand new