From: Uwe Hermann Date: Mon, 31 Oct 2016 13:42:29 +0000 (+0100) Subject: hantek-6xxx: Add "fx2lafw-" prefix to the firmware files. X-Git-Tag: libsigrok-0.5.0~194 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=7dc72c37e22ba8d1eea5a7e67f753bb118317b6a;p=libsigrok.git hantek-6xxx: Add "fx2lafw-" prefix to the firmware files. --- diff --git a/src/hardware/hantek-6xxx/api.c b/src/hardware/hantek-6xxx/api.c index 55962681..b38f18ca 100644 --- a/src/hardware/hantek-6xxx/api.c +++ b/src/hardware/hantek-6xxx/api.c @@ -62,12 +62,12 @@ static const char *acdc_coupling[] = { static const struct hantek_6xxx_profile dev_profiles[] = { { 0x04b4, 0x6022, 0x1d50, 0x608e, 0x0001, - "Hantek", "6022BE", "hantek-6022be.fw", + "Hantek", "6022BE", "fx2lafw-hantek-6022be.fw", dc_coupling, ARRAY_SIZE(dc_coupling), FALSE, }, { 0x8102, 0x8102, 0x1d50, 0x608e, 0x0002, - "Sainsmart", "DDS120", "sainsmart-dds120.fw", + "Sainsmart", "DDS120", "fx2lafw-sainsmart-dds120.fw", acdc_coupling, ARRAY_SIZE(acdc_coupling), TRUE, }, ALL_ZERO