From af03e39383c5431b08ab474cb652e948c7465ca4 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Wed, 17 Nov 2021 19:10:32 +0100 Subject: [PATCH] Add support for the Crest CR-4 The Crest CR-4 is compatible with the Deep Six Excursion. --- src/descriptor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/descriptor.c b/src/descriptor.c index c462de1..7108429 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -425,6 +425,7 @@ static const dc_descriptor_t g_descriptors[] = { {"Sporasub", "SP2", DC_FAMILY_SPORASUB_SP2, 0, DC_TRANSPORT_SERIAL, NULL}, /* Deep Six Excursion */ {"Deep Six", "Excursion", DC_FAMILY_DEEPSIX_EXCURSION, 0, DC_TRANSPORT_BLE, dc_filter_deepsix}, + {"Crest", "CR-4", DC_FAMILY_DEEPSIX_EXCURSION, 0, DC_TRANSPORT_BLE, dc_filter_deepsix}, }; static int @@ -728,6 +729,7 @@ static int dc_filter_deepsix (dc_transport_t transport, const void *userdata, vo { static const char * const bluetooth[] = { "EXCURSION", + "Crest-CR4", }; if (transport == DC_TRANSPORT_BLE) {