We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da427df + 3d7f818 commit 1bf051aCopy full SHA for 1bf051a
1 file changed
src/plugins/input/nfb/src/ndpReader.cpp
@@ -125,7 +125,7 @@ void NdpReader::set_booted_fw()
125
}
126
127
std::string name = (const char*) prop;
128
- if (name.find("NDK_") != std::string::npos) {
+ if (name.find("NDK_") != std::string::npos || name.find("DYNANIC") != std::string::npos) {
129
fw_type = NdpFwType::NDP_FW_NDK;
130
int header_id = 0;
131
do {
0 commit comments