korad-kaxxxxp: Korad OEM: RND KA3005P
This commit is contained in:
parent
823b0e29ae
commit
e843992dda
|
@ -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}},
|
||||||
|
{RND_320K30PV, "RND", "KA3005P",
|
||||||
|
"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,
|
||||||
|
RND_320K30PV,
|
||||||
/* Support for future devices with this protocol. */
|
/* Support for future devices with this protocol. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue