<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/libdivecomputer, branch v4.9.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/libdivecomputer?h=v4.9.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/libdivecomputer?h=v4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-08-24T22:02:50Z</updated>
<entry>
<title>Update libdivecomputer to support the Aqualung i200c</title>
<updated>2019-08-24T22:02:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-08-24T21:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d570cb789f4960b890b045a1512b0350dad5a795'/>
<id>urn:sha1:d570cb789f4960b890b045a1512b0350dad5a795</id>
<content type='text'>
I got confirmation from Tiago Thedim Dias that my libdivecomputer patch
makes BLE downloading work from the i200c, and already pushed out the
libdivecomputer changes earlier.  This updates the subproject in
subsurface to have those changes.

This also adds the bluetooth name patterns for the i300c and a few other
Aqualung dive computers we hadn't added yet.  That should make them show
up in the bleutooth device list even without having to check the "Show
all bluetooth devices" check-box.

Tiago claims he didn't need that, and I wonder if we have some overly
permissive match somewhere, but it's the right thing to do regardless.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Update to latest libdivecomputer</title>
<updated>2019-08-19T20:42:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-08-19T19:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1f24a8ef82b91a4a5616f3cf4365439af740216b'/>
<id>urn:sha1:1f24a8ef82b91a4a5616f3cf4365439af740216b</id>
<content type='text'>
Add support for Deepblu Cosmiq+

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Update libdivecomputer</title>
<updated>2019-07-15T18:10:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-07-15T18:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ccf5a49f93f8c08b58ec0f4ed190d402bcd8f3c8'/>
<id>urn:sha1:ccf5a49f93f8c08b58ec0f4ed190d402bcd8f3c8</id>
<content type='text'>
- Add support for the Aqualung i550C
- Update Ratio iX3M GPS naming and note that they support rfcomm
- misc cleanups

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update libdivecomputer to most recent version</title>
<updated>2019-07-04T01:59:30Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-07-04T01:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ed74605c4adea6ab4bfad577a1e357fd27c3a335'/>
<id>urn:sha1:ed74605c4adea6ab4bfad577a1e357fd27c3a335</id>
<content type='text'>
Add some Garmin Descent logging for common error cases, and update with
Jef's upstream (fixing tank pressure information for several dive
computers and adding support for the new Mares Genius).

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add BLE detection for the new Oceanic Geo 4.0</title>
<updated>2019-06-01T02:25:23Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-05-31T17:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ba31c56c78540942f9187cd5b9ed87b845819b9e'/>
<id>urn:sha1:ba31c56c78540942f9187cd5b9ed87b845819b9e</id>
<content type='text'>
Note that we don't really have libdivecomputer support for it yet, only
newly added model numbers etc.  But the name detection should make it
easier for people to at least download a memory dump.

In addition to the libdivecomputer model number updates, this also has a
merge of Jef's upstram libdivecomputer changes.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Add support for the new Suunto D5</title>
<updated>2019-05-17T07:42:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2019-05-16T21:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9590709e8c379e5d8b62b426cf4d5b1d59aa8b84'/>
<id>urn:sha1:9590709e8c379e5d8b62b426cf4d5b1d59aa8b84</id>
<content type='text'>
This is just a trivial update to recognize the BT name, and a
libdivecomputer submodule update to get the updates to libdivecomputer
to recognize the new USB IDs etc.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Update libdivecomputer</title>
<updated>2019-05-05T22:19:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-05-05T22:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4552f56fc133eb1f8ce1c3c724d9d5ca6d50e5e4'/>
<id>urn:sha1:4552f56fc133eb1f8ce1c3c724d9d5ca6d50e5e4</id>
<content type='text'>
Suunto EON Steel/Core: make sure to properly sort the dive list

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update libdivecomputer</title>
<updated>2019-05-05T17:21:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-05-05T17:21:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b3002149d9adb455f8873aa63b8dc5114e09516d'/>
<id>urn:sha1:b3002149d9adb455f8873aa63b8dc5114e09516d</id>
<content type='text'>
Garmin: be more permissive about the activity type

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update libdivecomputer</title>
<updated>2019-04-24T17:28:10Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-04-24T17:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=50da417709f8e1f6546898071ddfa2fabdf356eb'/>
<id>urn:sha1:50da417709f8e1f6546898071ddfa2fabdf356eb</id>
<content type='text'>
This adds ID entries for the Scubapro G2 HUD (but no GPS parsing support
yet) and the Aladin H Matrix.

Also fix ndl/deco parsing for for Aqualung i450T.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update libdivecomputer</title>
<updated>2019-04-16T11:52:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-04-15T16:19:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0573b19b653d0b4963fe11efdc2303289d2b7994'/>
<id>urn:sha1:0573b19b653d0b4963fe11efdc2303289d2b7994</id>
<content type='text'>
Merge upstream updates from Jef:

- better Mares Bluelink Pro downloading
- Suunto DX CCR and gas mix fixes

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
