uni-t-ut32x: pre-set to default conn= spec

The previous implementation of the UT32x driver expected to see a conn=
spec, without it no device is found. Default to the USB identification
of the CH9325 chip, to make the driver work out of the box. Users still
can provide conn= specs and override the default for other cables.
This commit is contained in:
Gerhard Sittig 2017-10-05 11:35:25 +02:00 committed by Uwe Hermann
parent de805ae50d
commit bf700f679a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
drvc = di->context;
conn = NULL;
conn = "1a86.e008";
for (l = options; l; l = l->next) {
src = l->data;
switch (src->key) {