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:
3e8e0c2
)
cli: rename sr_hw_hwcap_get() to sr_devopt_get()
author
Bert Vermeulen
<bert@biot.com>
Sat, 4 Aug 2012 12:36:09 +0000
(14:36 +0200)
committer
Bert Vermeulen
<bert@biot.com>
Sat, 4 Aug 2012 12:36:09 +0000
(14:36 +0200)
sigrok-cli.c
patch
|
blob
|
history
diff --git
a/sigrok-cli.c
b/sigrok-cli.c
index 38ea352cc842228f80d29884c245ae16d56a1b69..260cb9bfabfc030fab51849310a318f23cb29198 100644
(file)
--- a/
sigrok-cli.c
+++ b/
sigrok-cli.c
@@
-346,7
+346,7
@@
static void show_dev_detail(void)
return;
for (cap = 0; hwcaps[cap]; cap++) {
- if (!(hwo = sr_
hw_hwcap
_get(hwcaps[cap])))
+ if (!(hwo = sr_
devopt
_get(hwcaps[cap])))
continue;
if (title) {