Hi,

the attached patch adds support for the Hameg HMO3524 oscilloscope to the hameg-hmo driver. Actually, support has already been implemented, and it just needs to be added to the list of supported devices. I've been using it for a couple of days now and couldn't find anything that didn't work, it should therefore be safe to merge it.

Best regards,
Johannes
From 48da2efe636e0747183bd79f4c24df6ebae71f95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20R=C3=B6mer?= <jroe...@posteo.net>
Date: Sun, 7 May 2017 17:21:47 +0200
Subject: [PATCH 1/1] hameg-hmo: Add support for Hameg HMO3524

---
 src/hardware/hameg-hmo/protocol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c
index ec1b64f..f44db1a 100644
--- a/src/hardware/hameg-hmo/protocol.c
+++ b/src/hardware/hameg-hmo/protocol.c
@@ -308,7 +308,7 @@ static const struct scope_config scope_models[] = {
 		.scpi_dialect = &hameg_scpi_dialect,
 	},
 	{
-		.name = {"HMO2524", "HMO3034", "HMO3044", "HMO3054", NULL},
+		.name = {"HMO2524", "HMO3034", "HMO3044", "HMO3054", "HMO3524", NULL},
 		.analog_channels = 4,
 		.digital_channels = 16,
 		.digital_pods = 2,
-- 
2.9.3

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to