From 2ccdc46561ea463307a9db87031219ef2c051242 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 7 May 2021 20:46:56 +0200 Subject: [PATCH] Use the product name as the family name The standard practice for the human-readable family name is to use the product name and not vendor name. --- examples/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common.c b/examples/common.c index 73cd1f7..6c1c131 100644 --- a/examples/common.c +++ b/examples/common.c @@ -91,7 +91,7 @@ static const backend_table_t g_backends[] = { {"idive", DC_FAMILY_DIVESYSTEM_IDIVE, 0x03}, {"cochran", DC_FAMILY_COCHRAN_COMMANDER, 0}, {"divecomputereu", DC_FAMILY_TECDIVING_DIVECOMPUTEREU, 0}, - {"mclean", DC_FAMILY_MCLEAN_EXTREME, 0}, + {"extreme", DC_FAMILY_MCLEAN_EXTREME, 0}, {"lynx", DC_FAMILY_LIQUIVISION_LYNX, 0}, {"sp2", DC_FAMILY_SPORASUB_SP2, 0}, };