summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_host.h
AgeCommit message (Expand)Author
2018-03-06move class fileshathach
2015-05-01simplify host API: tusbh_ to tuh_ for keyboard & mousehathach
2014-03-16doxygen documenthathach
2013-10-25more doxygen workhathach
2013-10-24document msc hosthathach
2013-10-24refractor HID documenthathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-09-28clean up hid host (temp let test failed)hathach
2013-09-21remove ATTR_WEAK for all necessary driver callbackhathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-18clean up warningshathach
2013-07-04change class (hid/cdc) _mounted_isr to _mounted_cbhathach
2013-07-03adding _mounted_isr & _umounted_isr callback for host keyboard & mousehathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-05-14abstract os priority for application taskshathach
2013-05-14rename tusbh_hid_keyboard/mouse_is_supported to tusbh_hid_keyboard/mouse_is_m...hathach
2013-05-06house keepinghathach
2013-05-06add stub for msc host & hub driverhathach
2013-05-06change format of file header & license spacinghathach
2013-04-26add hid_keycode_to_ascii_tbl for hid classhathach
2013-04-09add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...hathach
2013-04-07rename hidh_keyboard_info_t to hidh_interface_info_thathach
2013-03-27add test for pipe_interrupt_xferhathach
2013-03-26rename pipe_status_t to tusb_interface_status_thathach
2013-03-26- put ATTR_UNUSED to hardfault handler variables to discard compiler warninghathach
2013-03-26start merge hidh_keyboard back to hidhhathach
2013-03-26add flag_supported_class to usbh_deviceshathach
2013-03-25separate hidh_keyboard from hid_hosthathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-24refractor hidh keyboardhathach
2013-03-24add class flagshathach
2013-03-24clean up:hathach
2013-03-23change signature usbh_isr to add tusb_bus_event_t parameterhathach
2013-03-13add hard fault handler to bsp.chathach
2013-03-10add isr empty function for hidh and msch and usbhhathach
2013-03-09- addd p_qtd_list_tail to qhd structure for easy queue TDhathach
2013-02-27correct error using local p_interface_desc with subtask invoke (require static)hathach
2013-02-27add parsing configuration desc & invoke driver install subtaskhathach
2013-02-26add osal subtask supporthathach
2013-02-08updating usbh init with class inithathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04rename usbd_host to usbhhathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-27remove violation MISRA 6.3 on errorshathach
2013-01-27add class_hid_keyboard_init and test codehathach
2013-01-26add more test code for keyboard hid application APIhathach
2013-01-23change configure handle to device handlehathach