summaryrefslogtreecommitdiff
path: root/include/Device/Device.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2022-10-20 08:45:32 -0500
committerJeff Hatch <jhatch@multitech.com>2022-10-20 08:45:32 -0500
commitb90d7dbdb64857b06b51552c115120ef042c1070 (patch)
treeb134ef10f272583ee53ca754f93344080f252d6d /include/Device/Device.h
parent70bd943d27ec101f3a85e1b1c03eb77e66cf0b5e (diff)
parent49ee47ad3caae204fd19c31eb94b55bc72fce5e8 (diff)
downloadmts-io-sysfs-b90d7dbdb64857b06b51552c115120ef042c1070.tar.gz
mts-io-sysfs-b90d7dbdb64857b06b51552c115120ef042c1070.tar.bz2
mts-io-sysfs-b90d7dbdb64857b06b51552c115120ef042c1070.zip
Merge branch 'ap/MTX-4685' into 'master'
MTX-4685 MTCDT3 R.6.2.0: hw-version shall be used to detect serial capabilities GP-1779 See merge request !10
Diffstat (limited to 'include/Device/Device.h')
-rw-r--r--include/Device/Device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h
index 5f2bf12..7a20f04 100644
--- a/include/Device/Device.h
+++ b/include/Device/Device.h
@@ -28,7 +28,7 @@ class Device {
static const std::regex serialModeFilter;
static const std::regex storeFilters;
static const std::regex showFilters;
- static const std::regex mtcdt3Filters;
+ static const std::regex mtcdt3HwVersionFilters;
static const std::regex mtrFilters;
const unsigned int accessoryCardsListSize = 7;