X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffluke-dmm%2Fprotocol.h;h=4eab15acb7e4b959174c97fbbaa9014e23ccbbf9;hb=HEAD;hp=b8afc9000bf268710e82f6bd91f63cecf6b03516;hpb=2cb232a9e42345c3783f4898c5a5049871edc534;p=libsigrok.git diff --git a/src/hardware/fluke-dmm/protocol.h b/src/hardware/fluke-dmm/protocol.h index b8afc900..4eab15ac 100644 --- a/src/hardware/fluke-dmm/protocol.h +++ b/src/hardware/fluke-dmm/protocol.h @@ -29,10 +29,12 @@ /* Supported models */ enum { - FLUKE_187 = 1, + FLUKE_87 = 1, + FLUKE_89, + FLUKE_187, FLUKE_189, - FLUKE_287, FLUKE_190, + FLUKE_287, FLUKE_289, }; @@ -46,12 +48,10 @@ struct flukedmm_profile { int timeout; }; -/* Private, per-device-instance driver context. */ struct dev_context { const struct flukedmm_profile *profile; struct sr_sw_limits limits; - /* Runtime. */ char buf[FLUKEDMM_BUFSIZE]; int buflen; int64_t cmd_sent_at;