| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move usbh_edpt_open() to public API, remove rhport from its signature
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- change API of tuh_control_xfer and its callback
- rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t
- add user argument to control callback
- migrate usbh and hub
|
|
|
|
minor clean up
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
|
|
|
|
the descriptor len used by driver will be calculated by usbh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
work ok with msc + hub, but definitely need more testing.
|
|
|
|
|
|
- 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[]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|