From 416bf35977786018efca209f269d443c0fe91039 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 4 Sep 2018 14:43:55 -0700 Subject: [PATCH] garmin: adjust the model to reflect the FIT product code Signed-off-by: Dirk Hohndel Signed-off-by: Linus Torvalds --- src/descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/descriptor.c b/src/descriptor.c index d2f3a05..cc0d4bd 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -330,7 +330,7 @@ static const dc_descriptor_t g_descriptors[] = { /* Tecdiving DiveComputer.eu */ {"Tecdiving", "DiveComputer.eu", DC_FAMILY_TECDIVING_DIVECOMPUTEREU, 0, DC_TRANSPORT_SERIAL | DC_TRANSPORT_BLUETOOTH, dc_filter_tecdiving}, /* Garmin */ - {"Garmin", "Descent Mk1", DC_FAMILY_GARMIN, 0, DC_TRANSPORT_USBSTORAGE, dc_filter_garmin}, + {"Garmin", "Descent Mk1", DC_FAMILY_GARMIN, 2859, DC_TRANSPORT_USBSTORAGE, dc_filter_garmin}, }; static int