| Age | Commit message (Collapse) | Author |
|
Host: Add support for multi-level usb hubs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minor clean up
|
|
run as proof of concept
|
|
|
|
|
|
remove usbh_hcd.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implement USBH_EVENT_FUNC_CALL
|
|
- separate connect/disconnect handling
- hub work with full speed, but doesn't seem to work with Low speed
device (with mcb1800)
- need to update msc host after migrating from isr to xfer_cb (blocked
at inquiry)
|
|
|
|
|
|
|
|
use usbh_edpt_open() to correctly map ep2drv[]
|
|
- add hcd_uframe_number() API, update EHCI to return uframe number
- get host running on ea4357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|