From 9ca91ca5844538af148d416bd122af4c68559026 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Wed, 24 Jan 2018 08:32:42 +0100 Subject: [PATCH] Add support for the Seac Jack The Seac Jack is compatible with the DiveSystem/Ratio dive computers. --- src/descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/descriptor.c b/src/descriptor.c index 3680683..49df56d 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -321,6 +321,7 @@ static const dc_descriptor_t g_descriptors[] = { {"Ratio", "iDive Easy", DC_FAMILY_DIVESYSTEM_IDIVE, 0x42}, {"Ratio", "iDive Deep", DC_FAMILY_DIVESYSTEM_IDIVE, 0x44}, {"Ratio", "iDive Tech+", DC_FAMILY_DIVESYSTEM_IDIVE, 0x45}, + {"Seac", "Jack", DC_FAMILY_DIVESYSTEM_IDIVE, 0x1000}, /* Cochran Commander */ {"Cochran", "Commander TM", DC_FAMILY_COCHRAN_COMMANDER, 0}, {"Cochran", "Commander I", DC_FAMILY_COCHRAN_COMMANDER, 1},