Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/milkymist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 305d145
Choose a base ref
...
head repository: m-labs/milkymist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f6c7474
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 15, 2011

  1. softusb: remove compiler warning about unused variable

    wpwrak authored and Sebastien Bourdeauducq committed Nov 15, 2011

    Unverified

    The signing certificate or its chain could not be verified.
    Copy the full SHA
    0decd11 View commit details
  2. softusb: implement the reset recovery interval

    Sections 7.1.7.5 and 9.2.6.2 of the USB 2.0 spec say the a host has
    to wait for at least 10 ms (Trstrcy) after reset before it can expect
    a device to be able to receive data.
    
    In Linux drivers/usb/core/hub.c:hub_port_reset we find this:
    
    	/* TRSTRCY = 10 ms; plus some extra */
    	msleep(10 + 40);
    
    So let's use 50 ms.
    wpwrak authored and Sebastien Bourdeauducq committed Nov 15, 2011

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6c4bb3f View commit details
  3. USB: send SOFs and keepalives on both ports and immediately after reset

    Sebastien Bourdeauducq committed Nov 15, 2011

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f6c7474 View commit details
Loading