X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Flibsigrok-internal.h;h=73e49ef4106b9886cb38ae3401ff2d0ecea14b52;hb=adcb9951f8a52852e65f99d45083a3e6b9a1981a;hp=2e041a26aef37edac32f4823ae3e864685085bc4;hpb=9d12555fba786b0e820a530efbfb574b5ad13245;p=libsigrok.git diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index 2e041a26..73e49ef4 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -1050,6 +1050,8 @@ SR_PRIV int usb_source_add(struct sr_session *session, struct sr_context *ctx, int timeout, sr_receive_data_callback cb, void *cb_data); SR_PRIV int usb_source_remove(struct sr_session *session, struct sr_context *ctx); SR_PRIV int usb_get_port_path(libusb_device *dev, char *path, int path_len); +SR_PRIV gboolean usb_match_manuf_prod(libusb_device *dev, + const char *manufacturer, const char *product); #endif