From: Stefan BrĂ¼ns Date: Sun, 10 Apr 2016 16:41:47 +0000 (+0200) Subject: hameg-hmo: Add Rohde&Schwarz HMO 1002 X-Git-Tag: libsigrok-0.5.0~518 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=da1726cc4c066a7091acc8c4fa35107746709f4e;p=libsigrok.git hameg-hmo: Add Rohde&Schwarz HMO 1002 Hameg is a R&S measurement instruments subsidiary. The HMO 1002 is an entry level scope, compatible with the SCPI commands of the larger models. --- diff --git a/src/hardware/hameg-hmo/api.c b/src/hardware/hameg-hmo/api.c index 1b36f04e..b2705d08 100644 --- a/src/hardware/hameg-hmo/api.c +++ b/src/hardware/hameg-hmo/api.c @@ -28,6 +28,7 @@ SR_PRIV struct sr_dev_driver hameg_hmo_driver_info; static const char *manufacturers[] = { "HAMEG", + "Rohde&Schwarz", }; static const uint32_t drvopts[] = { diff --git a/src/hardware/hameg-hmo/protocol.c b/src/hardware/hameg-hmo/protocol.c index de93e74a..159fe21a 100644 --- a/src/hardware/hameg-hmo/protocol.c +++ b/src/hardware/hameg-hmo/protocol.c @@ -203,7 +203,7 @@ static const char *scope_digital_channel_names[] = { static const struct scope_config scope_models[] = { { /* HMO2522/3032/3042/3052 support 16 digital channels but they're not supported yet. */ - .name = {"HMO722", "HMO1022", "HMO1522", "HMO2022", "HMO2522", + .name = {"HMO1002", "HMO722", "HMO1022", "HMO1522", "HMO2022", "HMO2522", "HMO3032", "HMO3042", "HMO3052", NULL}, .analog_channels = 2, .digital_channels = 8,