index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
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.c
Age
Commit message (
Expand
)
Author
2018-03-06
move class files
hathach
2018-03-05
reame SUBTASK_EXIT to SUBTASK_RETURN
hathach
2018-03-02
clean up compiler
hathach
2015-05-01
tusbh_device_ to tuh_device_
hathach
2015-05-01
simplify host API: tusbh_ to tuh_ for keyboard & mouse
hathach
2014-04-18
move osal_queue_send of osal_none to osal_none.c
hathach
2014-03-14
clean up warning in lpcxpresso
hathach
2014-03-13
clean up more warnings
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
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-24
add some tests support for msc host
hathach
2013-09-21
house keeping, clean up warnings
hathach
2013-09-21
house keeping
hathach
2013-09-21
remove ATTR_WEAK for all necessary driver callback
hathach
2013-09-20
start to add msc host, fix dangerous problem with unstable device when plugge...
hathach
2013-09-20
refine hid host driver
hathach
2013-09-19
starting to add support for IAR workbench
hathach
2013-07-04
no big deal, only rename tusb_std_request_t to tusb_control_request_t
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
use SUBTASK_EXIT to restart & exit task without "assert"
hathach
2013-06-27
add mutex support for osal
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-06-21
add api for hcd: hcd_pipe_is_idle
hathach
2013-06-21
[host lpc43xx] adding support for host custom class
hathach
2013-06-03
refractor tusb_descriptors
hathach
2013-05-29
fix lpcxpresso1347 board_leds
hathach
2013-05-25
rename descriptor type, hid descriptor type
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
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 test & code for TUSB_EVENT_INTERFACE_OPEN for tusbh_hid_keyboard_isr tusb...
hathach
2013-04-09
add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...
hathach
2013-04-07
refractor extract hidh_interface_get_report from keyboard_get_report
hathach
2013-04-07
add complete isr for hidh mouse
hathach
2013-04-07
add test code & implement
hathach
2013-04-07
add test for mouse_open
hathach
2013-04-07
remove hcd_port_reset before set address in enumeration
hathach
2013-04-07
rename hidh_keyboard_info_t to hidh_interface_info_t
hathach
2013-04-07
fix compiling error for tests project
hathach
2013-03-27
add test for pipe_interrupt_xfer
hathach
2013-03-26
add code & test for hidh_isr (set status for keyboard)
hathach
2013-03-26
rename pipe_status_t to tusb_interface_status_t
hathach
2013-03-26
add code for hidh close
hathach
[next]