| Age | Commit message (Collapse) | Author |
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
# Conflicts:
# src/portable/synopsys/dwc2/hcd_dwc2.c
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
dwc2/host: immediately retry IN token for bInterval=1
|
|
note potential issues using ep_desc in hcd_edpt_open()
|
|
dwc2/host: enable disconnect interrupt + handle it
|
|
only called when channel is halted.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow.
|
|
|
|
|
|
Signed-off-by: Maxime Vincent <[email protected]>
|
|
Signed-off-by: Maxime Vincent <[email protected]>
|
|
|
|
host/dwc2: fix bitfields access width
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
Fix version string to actually be the version
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
prevent double removal
Signed-off-by: Maxime Vincent <[email protected]>
|
|
Signed-off-by: Maxime Vincent <[email protected]>
|
|
dwc2/host: clear SOF flag in handle_sof_irq()
|
|
|
|
|
|
feat(host) add endpoint close API and feat(HIL) improvement
|
|
|
|
hcd_edpt_close()
|
|
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
add tx_overwritabe_if_not_connected for cdc driver configure
|
|
tuh_enum_descriptor_configuration_cb() callback
host: support device with multiple configurations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|