X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2Fprotocol.h;h=dfb6ef8a909537c5a1c9bc0a8f5289034d529fbe;hb=e826239c85a18ce554e5011a99b51b4e71ef48ef;hp=08e2589946de6d0d6c6f53a8ae15598652b833ad;hpb=1c48000dc7aa38c8e4fae9fbc5848be570c94366;p=libsigrok.git diff --git a/hardware/fx2lafw/protocol.h b/hardware/fx2lafw/protocol.h index 08e25899..dfb6ef8a 100644 --- a/hardware/fx2lafw/protocol.h +++ b/hardware/fx2lafw/protocol.h @@ -63,6 +63,9 @@ struct fx2lafw_profile { const char *firmware; uint32_t dev_caps; + + const char *usb_manufacturer; + const char *usb_product; }; struct dev_context {