X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Flascar-el-usb%2Fprotocol.c;fp=src%2Fhardware%2Flascar-el-usb%2Fprotocol.c;h=bda67b33eacfe21a851683722ccc80693e9a8177;hb=b15ff1c92aabeea04649de25a3a01f851ab0a1ec;hp=03fbf25210f5d91da339f52e2af054875a6229e0;hpb=f8195cb2da3268c89e24071ed32ab9acdded5bc0;p=libsigrok.git diff --git a/src/hardware/lascar-el-usb/protocol.c b/src/hardware/lascar-el-usb/protocol.c index 03fbf252..bda67b33 100644 --- a/src/hardware/lascar-el-usb/protocol.c +++ b/src/hardware/lascar-el-usb/protocol.c @@ -324,7 +324,7 @@ static struct sr_dev_inst *lascar_identify(unsigned char *config) sdi = g_malloc0(sizeof(struct sr_dev_inst)); sdi->status = SR_ST_INACTIVE; - sdi->vendor = g_strdup(LASCAR_VENDOR); + sdi->vendor = g_strdup("Lascar"); sdi->model = g_strdup(profile->modelname); sdi->version = g_strdup(firmware);