commit | 1953564a96798bc298d1c94eb90c129adbde1c9e | [log] [tgz] |
---|---|---|
author | Bert Vermeulen <bert@biot.com> | Mon Jan 21 23:22:47 2013 +0100 |
committer | Bert Vermeulen <bert@biot.com> | Mon Jan 21 23:32:50 2013 +0100 |
tree | 01c6bd728c45330280fbd285263670af0e941518 | |
parent | c89c1c9c211a197f24de7bfd32ecbc873dd66818 [diff] [blame] |
Rename SR_HWOPT_* and SR_HWCAP_* to SR_CONF_*
diff --git a/hardware/common/usb.c b/hardware/common/usb.c index 5cc8961..efe4eb4 100644 --- a/hardware/common/usb.c +++ b/hardware/common/usb.c
@@ -25,7 +25,7 @@ #include "libsigrok.h" #include "libsigrok-internal.h" -/* SR_HWCAP_CONN takes one of these: */ +/* SR_CONF_CONN takes one of these: */ #define CONN_USB_VIDPID "^([0-9a-z]{1,4})\\.([0-9a-z]{1,4})$" #define CONN_USB_BUSADDR "^(\\d+)\\.(\\d+)$"