Fork to support Mouse boot protocol and steam controllers.

Fork of USBHOST by ST

Revision:
10:89cf0de5f793
Parent:
8:e57ccb876952
--- a/USBHostHID/USBHostSteamController.h	Sun Aug 20 13:55:46 2017 +0000
+++ b/USBHostHID/USBHostSteamController.h	Mon Aug 21 21:22:41 2017 +0000
@@ -115,8 +115,8 @@
     USBEndpoint * int_in;
     uint8_t report[64];
     bool dev_connected;
-    bool mouse_device_found;
-    int mouse_intf;
+    bool steam_device_found;
+    int steam_intf;
 
     uint8_t buttons;
     int8_t x;