diff options
| author | hathach <[email protected]> | 2013-12-19 11:59:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-12-19 11:59:19 +0700 |
| commit | cc736fd45e985e30750da24e4c9193e9f82d8d13 (patch) | |
| tree | 439e6e17d328961336735a5f133d3a8e00e25601 /demos/host/src | |
| parent | b828aabbe4e65f5852eda3b2e0a0f58323a9c501 (diff) | |
able to run ohci hid mouse demo
- an old mouse cause double plug event
- an old mouse failed to response the first get 8 byte device descriptor
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index 8592d202c..d5ba0b6d1 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -69,7 +69,7 @@ //------------- CLASS -------------//
#define TUSB_CFG_HOST_HUB 0
#define TUSB_CFG_HOST_HID_KEYBOARD 0
-#define TUSB_CFG_HOST_HID_MOUSE 0
+#define TUSB_CFG_HOST_HID_MOUSE 1
#define TUSB_CFG_HOST_HID_GENERIC 0
#define TUSB_CFG_HOST_MSC 1
#define TUSB_CFG_HOST_CDC 0
|
