X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcommon%2Fscpi.c;h=beb33423934224df8287378a2dad942ccf783162;hb=e22aa87808624c86ec52ea8d57d0a6f35c9e018e;hp=c2221c1172583d909e702aab2dbbabb526469c03;hpb=f754c1469188a5e1a82c98532cb21b334530a91a;p=libsigrok.git diff --git a/hardware/common/scpi.c b/hardware/common/scpi.c index c2221c11..beb33423 100644 --- a/hardware/common/scpi.c +++ b/hardware/common/scpi.c @@ -66,12 +66,14 @@ static int parse_strict_bool(const char *str, gboolean *ret) } SR_PRIV extern const struct sr_scpi_dev_inst scpi_serial_dev; -SR_PRIV extern const struct sr_scpi_dev_inst scpi_tcp_dev; +SR_PRIV extern const struct sr_scpi_dev_inst scpi_tcp_raw_dev; +SR_PRIV extern const struct sr_scpi_dev_inst scpi_tcp_rigol_dev; SR_PRIV extern const struct sr_scpi_dev_inst scpi_usbtmc_dev; SR_PRIV extern const struct sr_scpi_dev_inst scpi_vxi_dev; static const struct sr_scpi_dev_inst *scpi_devs[] = { - &scpi_tcp_dev, + &scpi_tcp_raw_dev, + &scpi_tcp_rigol_dev, &scpi_usbtmc_dev, #ifdef HAVE_RPC &scpi_vxi_dev,