From 9de9efcae06d1fa37eee78ce8707fba862c43af8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 27 Oct 2020 15:08:49 -0700 Subject: [PATCH] Garmin: add the Descent Mk2/Mk2i For the Descent Mk2/Mk2i I picked the USB product ID as model which makes the later code slightly more logical. Signed-off-by: Dirk Hohndel --- src/descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/descriptor.c b/src/descriptor.c index 806dbc3..3926998 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -408,6 +408,7 @@ static const dc_descriptor_t g_descriptors[] = { // Not merged upstream yet /* Garmin */ {"Garmin", "Descent Mk1", DC_FAMILY_GARMIN, 2859, DC_TRANSPORT_USBSTORAGE, dc_filter_garmin}, + {"Garmin", "Descent Mk2", DC_FAMILY_GARMIN, 0x4CBA, DC_TRANSPORT_USBSTORAGE, dc_filter_garmin}, /* Deepblu */ {"Deepblu", "Cosmiq+", DC_FAMILY_DEEPBLU, 0, DC_TRANSPORT_BLE, dc_filter_deepblu}, /* Oceans S1 */