From 3e5282bf74d0ec9d1a8acc54590d38c60ed2f367 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Mon, 10 Oct 2022 19:01:10 +0200 Subject: [PATCH] Add support for the Scorpena Alpha The Scorpena Alpha uses the same communication protocol and data format as the Deep Six Excursion. Reported-by: Sven Knoch --- src/descriptor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/descriptor.c b/src/descriptor.c index ce95fd9..fce47f3 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -439,6 +439,7 @@ static const dc_descriptor_t g_descriptors[] = { {"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}, + {"Scorpena", "Alpha", DC_FAMILY_DEEPSIX_EXCURSION, 0, DC_TRANSPORT_BLE, dc_filter_deepsix}, /* Seac Screen */ {"Seac", "Screen", DC_FAMILY_SEAC_SCREEN, 0, DC_TRANSPORT_SERIAL, NULL}, {"Seac", "Action", DC_FAMILY_SEAC_SCREEN, 0, DC_TRANSPORT_SERIAL, NULL}, @@ -751,6 +752,7 @@ static int dc_filter_deepsix (dc_transport_t transport, const void *userdata, vo "Crest-CR4", "CENTAURI", "TC1", + "ALPHA", }; if (transport == DC_TRANSPORT_BLE) {