fluke-dmm: add Fluke 287 to supported list
This commit is contained in:
parent
fb9d3bf9cc
commit
acd29accb3
|
@ -52,6 +52,7 @@ static struct sr_dev_driver *di = &flukedmm_driver_info;
|
||||||
|
|
||||||
static const struct flukedmm_profile supported_flukedmm[] = {
|
static const struct flukedmm_profile supported_flukedmm[] = {
|
||||||
{ FLUKE_187, "187" },
|
{ FLUKE_187, "187" },
|
||||||
|
{ FLUKE_287, "287" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
/* Supported models */
|
/* Supported models */
|
||||||
enum {
|
enum {
|
||||||
FLUKE_187 = 1,
|
FLUKE_187 = 1,
|
||||||
|
FLUKE_287,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Supported device profiles */
|
/* Supported device profiles */
|
||||||
|
|
Loading…
Reference in New Issue