agilent-dmm: Shorten vendor name.

This commit is contained in:
Bert Vermeulen 2014-01-20 19:07:48 +01:00
parent 6d16fdfb13
commit 67d6f6fca2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ static GSList *scan(GSList *options)
for (i = 0; supported_agdmm[i].model; i++) {
if (strcmp(supported_agdmm[i].modelname, tokens[1]))
continue;
if (!(sdi = sr_dev_inst_new(0, SR_ST_INACTIVE, tokens[0],
if (!(sdi = sr_dev_inst_new(0, SR_ST_INACTIVE, "Agilent",
tokens[1], tokens[3])))
return NULL;
if (!(devc = g_try_malloc0(sizeof(struct dev_context)))) {