mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
core: consistent naming of the new Aqualung i200C models
It's confusing to have the same name refer to two different models. Unfortunately, that's what Aqualung is doing by simply changing the model number and serial number, but not the external branding. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d0a4bc331c
commit
ee708a904c
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
- Garmin: correctly parse dive mode
|
||||
- Add support for the Seac Screen and Action
|
||||
- Add support for the Cressi Michelangelo
|
||||
- Add partial support for the new version of the Aqualung i200C with GI.... version numbers, internally named i200Cv2
|
||||
|
||||
|
||||
---
|
||||
|
|
|
@ -28,7 +28,7 @@ static struct modelPattern model[] = {
|
|||
{ 0x4647, "Sherwood", "Sage" },
|
||||
{ 0x4648, "Aqualung", "i300C" },
|
||||
{ 0x4649, "Aqualung", "i200C" },
|
||||
{ 0x4749, "Aqualung", "i200C" },
|
||||
{ 0x4749, "Aqualung", "i200Cv2" },
|
||||
{ 0x4651, "Aqualung", "i770R" },
|
||||
{ 0x4652, "Aqualung", "i550C" },
|
||||
{ 0x4653, "Oceanic", "Geo 4.0" },
|
||||
|
|
Loading…
Reference in a new issue