Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host edpt xfer #1403

Merged
merged 22 commits into from Mar 19, 2022
Merged

Host edpt xfer #1403

merged 22 commits into from Mar 19, 2022

Commits on Mar 16, 2022

  1. Copy the full SHA
    fd2ea26 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98d4ed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Copy the full SHA
    68bfd04 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6df420f View commit details
    Browse the repository at this point in the history
  3. remove const in xfer callback

    hathach committed Mar 17, 2022
    Copy the full SHA
    deab8c2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    66942b8 View commit details
    Browse the repository at this point in the history
  5. update example

    hathach committed Mar 17, 2022
    Copy the full SHA
    1ee699d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8aedb2f View commit details
    Browse the repository at this point in the history
  7. add actual_len supported

    hathach committed Mar 17, 2022
    Copy the full SHA
    102b99a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    55428d7 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9dd2f11 View commit details
    Browse the repository at this point in the history
  10. rename user_arg to user_data

    hathach committed Mar 17, 2022
    Copy the full SHA
    f89ff93 View commit details
    Browse the repository at this point in the history
  11. try to fix ci

    hathach committed Mar 17, 2022
    Copy the full SHA
    c063ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. minor update for control xfer

    hathach committed Mar 18, 2022
    Copy the full SHA
    85c6d6d View commit details
    Browse the repository at this point in the history
  2. update sync API, move timeout into xfer struct

    remove tuh_control_xfer_sync()
    hathach committed Mar 18, 2022
    Copy the full SHA
    2ff8978 View commit details
    Browse the repository at this point in the history
  3. move daddr into xfer struct

    hathach committed Mar 18, 2022
    Copy the full SHA
    8750e3b View commit details
    Browse the repository at this point in the history
  4. move code around

    hathach committed Mar 18, 2022
    Copy the full SHA
    9ae0304 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ba1185b View commit details
    Browse the repository at this point in the history
  6. add parse config descriptor to example

    move usbh_edpt_open() to public API, remove rhport from its signature
    hathach committed Mar 18, 2022
    1
    Copy the full SHA
    4795cca View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Copy the full SHA
    a4b976f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    821be65 View commit details
    Browse the repository at this point in the history
  3. move code around

    hathach committed Mar 19, 2022
    Copy the full SHA
    a270d8d View commit details
    Browse the repository at this point in the history