From ae93a6ab085d35194e519e9ee15239e1f7cd91d7 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sun, 24 Jul 2016 11:13:52 +0200 Subject: [PATCH] Add support for the Scubapro Mantis. The Scubapro Mantis uses the same model number as the Meridian, and works out of the box. --- src/descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/descriptor.c b/src/descriptor.c index c7ef8d8..5ea305d 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -115,6 +115,7 @@ static const dc_descriptor_t g_descriptors[] = { #endif /* Scubapro/Uwatec Meridian */ {"Scubapro", "Meridian", DC_FAMILY_UWATEC_MERIDIAN, 0x20}, + {"Scubapro", "Mantis", DC_FAMILY_UWATEC_MERIDIAN, 0x20}, {"Scubapro", "Chromis", DC_FAMILY_UWATEC_MERIDIAN, 0x24}, /* Reefnet */ {"Reefnet", "Sensus", DC_FAMILY_REEFNET_SENSUS, 1},