]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fluke-dmm/api.c
fluke-dmm: Add support for the Fluke 289.
[libsigrok.git] / src / hardware / fluke-dmm / api.c
index 808778db136999e3e5d3423255cac205ffae8e58..23b8adb7b4786d7ded3b21d09a0b629205b335ab 100644 (file)
@@ -56,6 +56,7 @@ static const struct flukedmm_profile supported_flukedmm[] = {
        { FLUKE_189, "189", 100, 1000 },
        { FLUKE_287, "287", 100, 1000 },
        { FLUKE_190, "199B", 1000, 3500 },
+       { FLUKE_289, "289", 100, 1000 },
 };
 
 static int init(struct sr_dev_driver *di, struct sr_context *sr_ctx)