From cc736fd45e985e30750da24e4c9193e9f82d8d13 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 19 Dec 2013 11:59:19 +0700 Subject: 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 --- demos/host/src/tusb_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') 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 -- cgit v1.3.1