scpi-dmm: accept serialcomm= scan options

This commit is contained in:
Gerhard Sittig 2018-11-11 13:42:12 +01:00
parent 21bc4353f0
commit 31e65c62ec
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ static struct sr_dev_driver scpi_dmm_driver_info;
static const uint32_t scanopts[] = { static const uint32_t scanopts[] = {
SR_CONF_CONN, SR_CONF_CONN,
SR_CONF_SERIALCOMM,
}; };
static const uint32_t drvopts[] = { static const uint32_t drvopts[] = {