mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Import: Add Support for New Dive Computer Models Supported by Libdivecomputer.
Add support for the new dive computer models that have been added in the latest version of libdivecomputer. Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
f495c4f002
commit
3ccd7e4bc7
3 changed files with 7 additions and 2 deletions
|
@ -62,6 +62,7 @@ static struct namePattern name[] = {
|
|||
{ "NERD 2", "Shearwater", "NERD 2" },
|
||||
{ "NERD", "Shearwater", "NERD" }, // order is important, test for the more specific one first
|
||||
{ "Predator", "Shearwater", "Predator" },
|
||||
{ "Tern", "Shearwater", "Tern" },
|
||||
// Suunto dive computers
|
||||
{ "EON Steel", "Suunto", "EON Steel" },
|
||||
{ "EON Core", "Suunto", "EON Core" },
|
||||
|
@ -69,9 +70,12 @@ static struct namePattern name[] = {
|
|||
// Scubapro dive computers
|
||||
{ "G2", "Scubapro", "G2" },
|
||||
{ "HUD", "Scubapro", "G2 HUD" },
|
||||
{ "G3", "Scubapro", "G3" },
|
||||
{ "Aladin", "Scubapro", "Aladin Sport Matrix" },
|
||||
{ "A1", "Scubapro", "Aladin A1" },
|
||||
{ "A2", "Scubapro", "Aladin A2" },
|
||||
{ "Luna 2.0 AI", "Scubapro", "Luna 2.0 AI" },
|
||||
{ "Luna 2.0", "Scubapro", "Luna 2.0" },
|
||||
// Mares dive computers
|
||||
{ "Mares Genius", "Mares", "Genius" },
|
||||
{ "Mares", "Mares", "Quad" }, // we actually don't know and just pick a common one - user needs to fix in UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue