summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh_hcd.h
AgeCommit message (Expand)Author
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-03-26add flag_supported_class to usbh_deviceshathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24add class flagshathach
2013-03-24refractorhathach
2013-03-24rename sem_hdl in usbh_device_info_t control_sem_hdlhathach
2013-03-23- add control_pipe_status for usbh_device_info_t to reflect the status transf...hathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-23refractorhathach
2013-03-23refractorhathach
2013-03-22add callback for hcd when it cleaned up all cache data for a device (previous...hathach
2013-03-12add isr api for usbh_hcdhathach
2013-03-11add semphore reset & queue flush APIhathach
2013-03-10add code for ehci interrupt handlerhathach
2013-03-09add class code to hcd_pipe_open to facilitate usb_complete callbackhathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-03-05add test & code for hcd_pipe_control_openhathach
2013-02-28continue to strengthen include policyhathach
2013-02-27add parsing configuration desc & invoke driver install subtaskhathach
2013-02-06refractor move device_addr0 into usbh_device_poolhathach
2013-02-06remove hcd_addr0_close_Ignorehathach
2013-02-04rename device_info_pool to usbh_device_info_poolhathach
2013-02-04add TUSB_CFG_HOST_ENUM_BUFFER_SIZEhathach
2013-02-04resolve conflict between usbh & hcdhathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach