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:
parent
11cf492183
commit
76f712a73f
|
@ -57,6 +57,8 @@ static const struct korad_kaxxxxp_model models[] = {
|
||||||
"KORADKA3005PV2.0\x01", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
"KORADKA3005PV2.0\x01", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
||||||
{KORAD_KD3005P, "Korad", "KD3005P",
|
{KORAD_KD3005P, "Korad", "KD3005P",
|
||||||
"KORAD KD3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
"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_320K30PV, "RND", "KA3005P",
|
||||||
"RND 320-KA3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
"RND 320-KA3005P V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
||||||
ALL_ZERO
|
ALL_ZERO
|
||||||
|
|
|
@ -37,6 +37,7 @@ enum {
|
||||||
KORAD_KA3005P,
|
KORAD_KA3005P,
|
||||||
KORAD_KA3005P_0X01,
|
KORAD_KA3005P_0X01,
|
||||||
KORAD_KD3005P,
|
KORAD_KD3005P,
|
||||||
|
KORAD_KD3005P_V20_NOSP,
|
||||||
RND_320K30PV,
|
RND_320K30PV,
|
||||||
/* Support for future devices with this protocol. */
|
/* Support for future devices with this protocol. */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue