fluke-dmm: add Fluke 287 to supported list

This commit is contained in:
Bert Vermeulen 2012-09-22 23:52:23 +02:00
parent fb9d3bf9cc
commit acd29accb3
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ static struct sr_dev_driver *di = &flukedmm_driver_info;
static const struct flukedmm_profile supported_flukedmm[] = {
{ FLUKE_187, "187" },
{ FLUKE_287, "287" },
};

View File

@ -26,6 +26,7 @@
/* Supported models */
enum {
FLUKE_187 = 1,
FLUKE_287,
};
/* Supported device profiles */