korad-kaxxxxp: Add Tenma 72-2540 V2.0/V2.1 support (untested).

The IDN strings were mentioned here:
https://github.com/kxtells/tenma-serial/issues/2
This commit is contained in:
Uwe Hermann 2018-10-13 17:21:56 +02:00
parent e5fa47c1c9
commit 0540954d76
2 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,10 @@ static const struct korad_kaxxxxp_model models[] = {
"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}},
{TENMA_72_2540_V20, "Tenma", "72-2540",
"TENMA72-2540V2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
{TENMA_72_2540_V21, "Tenma", "72-2540",
"TENMA 72-2540 V2.1", 1, {0, 31, 0.01}, {0, 5, 0.001}},
ALL_ZERO
};

View File

@ -39,6 +39,8 @@ enum {
KORAD_KD3005P,
KORAD_KD3005P_V20_NOSP,
RND_320K30PV,
TENMA_72_2540_V20,
TENMA_72_2540_V21,
/* Support for future devices with this protocol. */
};