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: NixOS/nixpkgs
base: ae7efee4fa9b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7270f2139ae7
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 3, 2018

  1. libftdi: enable async mode

    Apparently, async mode for libftdi 0.20 is allegedly disabled when using
    libusb-compat wrappers, as libftdi does not really support libftdi 1.x. Because
    we only ship libusb-compat, this would normally make async mode completely
    unavailable.
    
    Except distributions like Ubuntu just disable this check completely! See this
    patch from Launchpad:
    
    https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/libftdi/trusty/view/head:/debian/patches/04_async_mode.diff
    
    In the spirit of good competition (and feature parity for software that
    *doesn't* support the synchronous mode, thanks to Ubuntu silently ensuring
    their async-only paths work) we enable this just the same.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    0339dc5 View commit details
    Browse the repository at this point in the history
  2. tlaplus: init at 1.5.6

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    7270f21 View commit details
    Browse the repository at this point in the history