diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-13 17:25:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-16 14:14:50 -0700 |
commit | 0aaa65443348500d3b2621c68ca1e93c43d61d24 (patch) | |
tree | b4983b34300e5c68a5b3e94debd7b18994e19706 /CHANGELOG.md | |
parent | 967473a1cd4c4202dfcc65a17f8fc2fe03435a46 (diff) | |
download | subsurface-0aaa65443348500d3b2621c68ca1e93c43d61d24.tar.gz |
build-system: switch to current libhidapi
A few years ago the upstream for libhidapi changed - it became part of the
libusb GitHub org. Switching to the latest version appears to fix some odd
problems with talking to the Suunto Eon Steele/Core dive computers on macOS (at
least I can no longer reproduce the problem after switching to the current
version).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae85d878..e88c41895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- macOS: fix issue with HID dive computers like Suunto Eon Core/Steel [#2999] - windows: add missing modern Vista theme - desktop: allow adding dives to arbitrary trips - core: improve merging of cylinder pressures [#2884] |