index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tinyusb
/
class
/
hid_host.h
Age
Commit message (
Expand
)
Author
2018-03-06
move class files
hathach
2015-05-01
simplify host API: tusbh_ to tuh_ for keyboard & mouse
hathach
2014-03-16
doxygen document
hathach
2013-10-25
more doxygen work
hathach
2013-10-24
document msc host
hathach
2013-10-24
refractor HID document
hathach
2013-10-24
change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance
hathach
2013-10-01
- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...
hathach
2013-09-28
clean up hid host (temp let test failed)
hathach
2013-09-21
remove ATTR_WEAK for all necessary driver callback
hathach
2013-09-19
starting to add support for IAR workbench
hathach
2013-09-18
clean up warnings
hathach
2013-07-04
change class (hid/cdc) _mounted_isr to _mounted_cb
hathach
2013-07-03
adding _mounted_isr & _umounted_isr callback for host keyboard & mouse
hathach
2013-07-03
replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as
hathach
2013-06-27
add set idle request for hidh_open_subtask
hathach
2013-06-26
remove app_os_prio.h in os_none configure
hathach
2013-05-14
abstract os priority for application tasks
hathach
2013-05-14
rename tusbh_hid_keyboard/mouse_is_supported to tusbh_hid_keyboard/mouse_is_m...
hathach
2013-05-06
house keeping
hathach
2013-05-06
add stub for msc host & hub driver
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-26
add hid_keycode_to_ascii_tbl for hid class
hathach
2013-04-09
add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...
hathach
2013-04-07
rename hidh_keyboard_info_t to hidh_interface_info_t
hathach
2013-03-27
add test for pipe_interrupt_xfer
hathach
2013-03-26
rename pipe_status_t to tusb_interface_status_t
hathach
2013-03-26
- put ATTR_UNUSED to hardfault handler variables to discard compiler warning
hathach
2013-03-26
start merge hidh_keyboard back to hidh
hathach
2013-03-26
add flag_supported_class to usbh_devices
hathach
2013-03-25
separate hidh_keyboard from hid_host
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-24
refractor hidh keyboard
hathach
2013-03-24
add class flags
hathach
2013-03-24
clean up:
hathach
2013-03-23
change signature usbh_isr to add tusb_bus_event_t parameter
hathach
2013-03-13
add hard fault handler to bsp.c
hathach
2013-03-10
add isr empty function for hidh and msch and usbh
hathach
2013-03-09
- addd p_qtd_list_tail to qhd structure for easy queue TD
hathach
2013-02-27
correct error using local p_interface_desc with subtask invoke (require static)
hathach
2013-02-27
add parsing configuration desc & invoke driver install subtask
hathach
2013-02-26
add osal subtask support
hathach
2013-02-08
updating usbh init with class init
hathach
2013-02-04
add usbh_hcd to hold common structure/typedef for usbh and hcd
hathach
2013-02-04
rename usbd_host to usbh
hathach
2013-01-27
update license year from 2012 to 2013
hathach
2013-01-27
remove violation MISRA 6.3 on errors
hathach
2013-01-27
add class_hid_keyboard_init and test code
hathach
2013-01-26
add more test code for keyboard hid application API
hathach
2013-01-23
change configure handle to device handle
hathach
[next]