From 54acee1fc80ce6f3ba86c91db4409e1ebfbda638 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 26 Mar 2013 11:41:41 +0700 Subject: start merge hidh_keyboard back to hidh --- tinyusb/host/usbh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/host') diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index 7559142c2..208139276 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -317,7 +317,7 @@ OSAL_TASK_DECLARE(usbh_enumeration_task) usbh_pipe_control_close(0); usbh_devices[0].state = TUSB_DEVICE_STATE_UNPLUG; -// hcd_port_reset( usbh_device_info_pool[new_addr].core_id ); TODO verified +// hcd_port_reset( usbh_device_info_pool[new_addr].core_id ); TODO may need to reset device after set address // open control pipe for new address TASK_ASSERT_STATUS ( usbh_pipe_control_open(new_addr, ((tusb_descriptor_device_t*) enum_data_buffer)->bMaxPacketSize0 ) ); -- cgit v1.3.1