From f6df075d511361ea94914cb82e23042960947988 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sat, 1 Jan 2022 11:46:36 +0100 Subject: [PATCH] Add support for the Genesis Centauri and Tusa TC1 Both models are compatible with the Deep Six Excursion. --- src/descriptor.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/descriptor.c b/src/descriptor.c index 7108429..fefef66 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -426,6 +426,8 @@ static const dc_descriptor_t g_descriptors[] = { /* 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}, + {"Genesis", "Centauri", DC_FAMILY_DEEPSIX_EXCURSION, 0, DC_TRANSPORT_BLE, dc_filter_deepsix}, + {"Tusa", "TC1", DC_FAMILY_DEEPSIX_EXCURSION, 0, DC_TRANSPORT_BLE, dc_filter_deepsix}, }; static int @@ -730,6 +732,8 @@ static int dc_filter_deepsix (dc_transport_t transport, const void *userdata, vo static const char * const bluetooth[] = { "EXCURSION", "Crest-CR4", + "CENTAURI", + "TC1", }; if (transport == DC_TRANSPORT_BLE) {