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
/
host
/
hub.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-03-07
open hub mtt interface in 1 call
hathach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-04-24
refactor hub driver and move port reset on connection change to usbh.
hathach
2025-02-19
more hub improve, handle more failed transfer with polling interrupt status e...
hathach
2025-02-19
complete separate hub epbuf from itf
hathach
2025-02-17
usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED.
hathach
2025-02-17
improve hub: retry if hub interrupt endpoint failed
hathach
2024-03-22
implement tuh_init()
hathach
2024-03-22
adding deinit() stub for usbh/hcd class driver
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-12
rework usbh enumeration process using user arg from control transfer as state
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-10
fix enumeration issue when plugging hub with multiple devices attached
hathach
2021-08-20
change host driver open return type to bool
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-05-31
add hub_port_set_feature()
hathach
2021-05-27
more include clean up
hathach
2021-02-18
Implement requested PR changes
Jeremiah McCarthy
2021-02-16
Add alternate bitfield padding option
Jeremiah McCarthy
2020-11-02
update usbh with hub to use async control transfer
hathach
2020-09-06
change xfer_cb return type from void to bool
hathach
2020-09-05
refactor hub class
hathach
2020-09-05
defer xfer_isr to xfer_cb
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
update license year to 2019
hathach
2019-03-27
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-12-14
clean up compiler attribute
hathach
2018-12-11
completely remove pipe handle for cdc/hub/ehci
hathach
2018-12-10
usbh name change
hathach
2018-12-10
removing pipe handle
hathach
2018-12-09
change usbh class driver open signature
hathach
2018-12-06
clean up hub
hathach
2018-11-23
rename tusb_event_t to xfer_result_t
hathach
2018-08-13
rename VERIFY to TU_VERIFY to avoid conflict with application
hathach
2018-06-18
rename subfolder source to src
hathach