summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2022-10-20 16:14:46 +0300
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2022-10-20 16:14:46 +0300
commit49ee47ad3caae204fd19c31eb94b55bc72fce5e8 (patch)
treeb134ef10f272583ee53ca754f93344080f252d6d /include
parent88521b551e67bc0aa23265defcd7703a6f8d9304 (diff)
downloadmts-io-sysfs-49ee47ad3caae204fd19c31eb94b55bc72fce5e8.tar.gz
mts-io-sysfs-49ee47ad3caae204fd19c31eb94b55bc72fce5e8.tar.bz2
mts-io-sysfs-49ee47ad3caae204fd19c31eb94b55bc72fce5e8.zip
MTX-4685 MTCDT3 R.6.2.0: hw-version shall be used to detect serial capabilities GP-1779
Diffstat (limited to 'include')
-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;