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
/
src
/
class
/
hid
/
hid_host.c
Age
Commit message (
Expand
)
Author
2022-03-17
change return type of callback to void
hathach
2022-03-17
remove const in xfer callback
hathach
2022-03-17
move result into transfer struct
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-16
update hid host to use new control xfer for set config
hathach
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-11
update hid,msc to new usbh control API
hathach
2022-03-09
rename host descriptor function
hathach
2022-03-09
add tuh_descriptor_hid_report_get()
hathach
2022-02-28
Merge pull request #1343 from Daft-Freak/patch-1
Ha Thach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-23
Open OUT endpoint for HID host
Charlie Birks
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-10-04
Handle HID devices with OUT endpoint listed first
Charlie Birks
2021-08-24
add tuh_vid_pid_get()
hathach
2021-08-24
exclude dev0 from usbh devices pool
hathach
2021-08-23
sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
hathach
2021-08-23
add tuh_hid_receive_report() for applicaiton to explicitly request report
hathach
2021-08-20
change host driver open return type to bool
hathach
2021-08-20
hid host skip get report descriptor if too large instead of assert
hathach
2021-06-29
clean up
hathach
2021-06-28
fix SET_PROTOCOl, update hid host behavior for default boot interface
hathach
2021-06-28
force boot protocol for keyboard/mouse
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-06-28
Merge pull request #891 from hathach/host-rp2040-double-buffer
Ha Thach
2021-06-21
Fix typo in TUH configuration define
Niklas Hauser
2021-06-11
log clean up
hathach
2021-06-11
improve usbh
hathach
2021-06-10
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
hathach
2021-06-10
add usbh_classdriver.h
hathach
2021-05-27
more include clean up
hathach
2021-05-23
only invoke tuh_msc_umount_cb() if needed
hathach
2021-05-22
get protocol when enum with hid boot interface
hathach
2021-05-22
fix missing report in tuh_hid_set_report()
hathach
2021-05-22
add tuh_hid_report_sent_cb()
hathach
2021-05-22
rename tuh_hid_get_report_cb to tuh_hid_report_received_cb()
hathach
2021-05-22
implement hid host set report with control transfer
hathach
2021-05-22
improve hid parser
hathach
2021-05-22
more hid api rename
hathach
2021-05-22
simplify hid api
hathach
2021-05-18
update hid host get/set protocol to match device
hathach
2021-05-18
Merge branch 'master' into host-hid
hathach
2021-05-18
move report_info to application
hathach
2021-05-18
more API update
hathach
2021-05-18
adding hid parser
hathach
2021-05-18
more host hid API
hathach
2021-05-18
remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE
hathach
2021-05-18
continue with hid host rework
hathach
2021-05-18
more hid host API rework
hathach
[prev]
[next]