From f3fb2391f91424f0ecbcf8d2eb5e2683cd40a53d Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sun, 27 Mar 2016 23:29:24 +0200 Subject: [PATCH] Add support for the Cressi Newton. The Cressi Newton appears to be compatible with the Leonardo and Giotto. --- src/descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/descriptor.c b/src/descriptor.c index bf310a1..7d31cc5 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -228,6 +228,7 @@ static const dc_descriptor_t g_descriptors[] = { /* Cressi Leonardo */ {"Cressi", "Leonardo", DC_FAMILY_CRESSI_LEONARDO, 1}, {"Cressi", "Giotto", DC_FAMILY_CRESSI_LEONARDO, 4}, + {"Cressi", "Newton", DC_FAMILY_CRESSI_LEONARDO, 5}, /* Zeagle N2iTiON3 */ {"Zeagle", "N2iTiON3", DC_FAMILY_ZEAGLE_N2ITION3, 0}, {"Apeks", "Quantum X", DC_FAMILY_ZEAGLE_N2ITION3, 0},