I added the Isochronous to USBHost library. The Isochronous code based on the following. http://developer.mbed.org/users/va009039/code/USBHostC270_example/

Dependencies:   FATFileSystem mbed-rtos

Fork of USBHost_AddIso by GR-PEACH_producer_meeting

Revision:
2:5e8fdc541b98
Parent:
1:0a457e34fa9e
Child:
3:0f5c32575eb8
--- a/USBHostHID/USBHostMouse.h	Wed Mar 06 17:10:32 2013 +0000
+++ b/USBHostHID/USBHostMouse.h	Wed Mar 06 17:44:00 2013 +0000
@@ -53,7 +53,7 @@
     /**
      * Attach a callback called when a mouse event is received
      *
-     * @param fptr function pointer
+     * @param ptr function pointer
      */
     inline void attach(void (*ptr)(uint8_t buttons, int8_t x, int8_t y, int8_t z)) {
         if (ptr != NULL) {