USBDevice library fork to add multi-function (e.g. Keyboard(HID) + Virtual COM Port(CDC)) usb support.

Fork of USBDevice by Maxim Integrated

Revision:
70:7e8e3be9f0e3
Parent:
25:7c72828865f3
diff -r dad310740b28 -r 7e8e3be9f0e3 USBHID/USBHID.cpp
--- a/USBHID/USBHID.cpp	Tue Sep 11 15:17:01 2018 +0300
+++ b/USBHID/USBHID.cpp	Thu Oct 04 15:43:40 2018 +0300
@@ -26,7 +26,7 @@
     output_length = output_report_length;
     input_length = input_report_length;
     if(connect) {
-        USBDevice::connect();
+        // USBDevice::connect(); XXX Removed from here to support multi-function usb devices
     }
 }