From 938839e694d18c20cff51a45fe0ddeccbb56e7b5 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 18 Oct 2013 20:10:28 +0200 Subject: [PATCH] Add support for the Scubapro XTender 5. The XTender 5 is identical to the other models in the Zeagle N2iTiON3 family, and can be added to the list of supported devices without any further changes. --- src/descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/descriptor.c b/src/descriptor.c index 2df5574..2db5236 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -201,6 +201,7 @@ static const dc_descriptor_t g_descriptors[] = { {"Zeagle", "N2iTiON3", DC_FAMILY_ZEAGLE_N2ITION3, 0}, {"Apeks", "Quantum X", DC_FAMILY_ZEAGLE_N2ITION3, 0}, {"DiveRite", "NiTek Trio", DC_FAMILY_ZEAGLE_N2ITION3, 0}, + {"Scubapro", "XTender 5", DC_FAMILY_ZEAGLE_N2ITION3, 0}, /* Atomic Aquatics Cobalt */ #ifdef HAVE_LIBUSB {"Atomic Aquatics", "Cobalt", DC_FAMILY_ATOMICS_COBALT, 0},