Skip to content

Commit 1bf051a

Browse files
authored
Merge pull request #323 from dkurka1/master
Add support for DYNANIC firmware
2 parents da427df + 3d7f818 commit 1bf051a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/input/nfb/src/ndpReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void NdpReader::set_booted_fw()
125125
}
126126

127127
std::string name = (const char*) prop;
128-
if (name.find("NDK_") != std::string::npos) {
128+
if (name.find("NDK_") != std::string::npos || name.find("DYNANIC") != std::string::npos) {
129129
fw_type = NdpFwType::NDP_FW_NDK;
130130
int header_id = 0;
131131
do {

0 commit comments

Comments
 (0)