Add support for the Oceans S1 and McLean Extreme

This updates libdivecomputer to support the Oceans S1 and McLean Extreme
divecomputers.

It also adds the Oceans S1 to the list of dive computers we reconize by
bluetooth name.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2020-06-25 11:57:35 -07:00 committed by Dirk Hohndel
parent 68b651e494
commit ac533a6433
2 changed files with 4 additions and 1 deletions

View file

@ -107,6 +107,9 @@ static dc_descriptor_t *getDeviceType(QString btName)
} else if (btName == "COSMIQ") {
vendor = "Deepblu";
product = "Cosmiq+";
} else if (btName.startsWith("S1")) {
vendor = "Oceans";
product = "S1";
}
// check if we found a known dive computer