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: GlasgowEmbedded/glasgow
base: 39ece2a05ed3
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 2190ecf4307c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 27, 2019

  1. device.hardware: start USB poller thread only after enumeration.

    USB poller threads are unfortunately deadlock-prone (see 4de7004),
    so if we start it before enumeration and enumeration fails, we have
    to clean it up. Since we only use synchronous API during enumeration,
    it's easier to delay starting the poller thread.
    whitequark committed Sep 27, 2019
    Copy the full SHA
    2813263 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2190ecf View commit details
    Browse the repository at this point in the history