projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
958194c
)
Deprecate SR_DI_BUFFERSIZES.
author
Bert Vermeulen
<bert@biot.com>
Fri, 25 Jan 2013 10:00:53 +0000
(11:00 +0100)
committer
Bert Vermeulen
<bert@biot.com>
Fri, 25 Jan 2013 10:00:53 +0000
(11:00 +0100)
sigrok-cli.c
patch
|
blob
|
history
diff --git
a/sigrok-cli.c
b/sigrok-cli.c
index eaec7621e2fae536029ba7a22a6223441539c41a..0713b51ccda63247d9639ba7314e2ccb3f69062d 100644
(file)
--- a/
sigrok-cli.c
+++ b/
sigrok-cli.c
@@
-412,7
+412,7
@@
static void show_dev_detail(void)
} else if (srci->key == SR_CONF_BUFFERSIZE) {
/* Supported buffer sizes */
printf(" %s", srci->id);
- if (sr_
info_get(sdi->driver, SR_DI_BUFFERSIZES
,
+ if (sr_
config_list(sdi->driver, SR_CONF_BUFFERSIZE
,
(const void **)&integers, sdi) != SR_OK) {
printf("\n");
continue;