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.c
Age
Commit message (
Expand
)
Author
2023-08-15
more minor clean up
hathach
2023-08-07
Add tuh_rhport_is_active() and tuh_rhport_reset_bus()
hathach
2023-07-25
fix unaligned hub status_change
hathach
2023-05-29
slightly clean up
hathach
2023-05-29
check status_change is not zero first
hathach
2023-05-29
Even when we get an empty "status change" interrupt from the hub, schedule an...
Ivo Popov
2023-05-16
correct EHCI reporting failed xfer (instead of stalled) when device is unplugged
hathach
2023-03-24
separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to
hathach
2023-03-17
fix trailing space and new line
hathach
2022-08-16
Hub: Clear other port feature changes
Ryzee119
2022-08-16
Hub: Handle hub device status change interrupt
Ryzee119
2022-08-15
Hub: Rename port status callback to be more generic
Ryzee119
2022-08-15
Hub: Expand hub helpers to handle device events
Ryzee119
2022-06-24
fix redundant-decls warnings by usbd/usbh
hathach
2022-05-29
Hub: Retry port status transfer if failed
Ryzee119
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
move daddr into xfer struct
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-17
slightly change the signature of tuh_control_xfer
hathach
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-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
2022-03-04
rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2021-08-23
sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB
hathach
2021-08-23
add hcd attr, add note for ehci framelist on NXP derivative
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
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-06-10
add usbh_classdriver.h
hathach
2021-05-31
update hub
hathach
2021-05-31
add hub_port_set_feature()
hathach
2021-05-31
remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()
hathach
2021-05-27
more include clean up
hathach
2020-11-02
get hub work more reliably
hathach
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-06
replacing hcd_pipe_xfer by usbh_edpt_xfer
hathach
2020-09-05
refactor hub class
hathach
2020-09-05
add in_isr to all hcd event functions
hathach
2020-09-05
defer xfer_isr to xfer_cb
hathach
2020-05-19
usb0 host on mcb1800 work with fullspeed mode.
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
[next]