korad-kaxxxxp: add yet another KD3005P identification string

Apparently there are devices which identify as "KORADKD3005PV2.0" (no
whitespace, no trailing 0x01). Add another model entry.

Reported-By: Lars Pötter
This commit is contained in:
Gerhard Sittig 2018-10-12 10:49:12 +02:00
parent 11cf492183
commit 76f712a73f
2 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,8 @@ static const struct korad_kaxxxxp_model models[] = {
"KORADKA3005PV2.0\x01", 1, {0, 31, 0.01}, {0, 5, 0.001}},
{KORAD_KD3005P, "Korad", "KD3005P",
"KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
{KORAD_KD3005P_V20_NOSP, "Korad", "KD3005P",
"KORADKD3005PV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
{RND_320K30PV, "RND", "KA3005P",
"RND 320-KA3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
ALL_ZERO

View File

@ -37,6 +37,7 @@ enum {
KORAD_KA3005P,
KORAD_KA3005P_0X01,
KORAD_KD3005P,
KORAD_KD3005P_V20_NOSP,
RND_320K30PV,
/* Support for future devices with this protocol. */
};