summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/btdiscovery.cpp')
-rw-r--r--core/btdiscovery.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp
index 0af809c6d..2a3eff580 100644
--- a/core/btdiscovery.cpp
+++ b/core/btdiscovery.cpp
@@ -38,12 +38,15 @@ static dc_descriptor_t *getDeviceType(QString btName)
if (btName.startsWith("Predator") ||
btName.startsWith("Petrel") ||
btName.startsWith("Perdix") ||
- btName.startsWith("Teric")) {
+ btName.startsWith("Teric") ||
+ btName.startsWith("NERD")) {
vendor = "Shearwater";
if (btName.startsWith("Petrel")) product = "Petrel"; // or petrel 2?
if (btName.startsWith("Perdix")) product = "Perdix";
if (btName.startsWith("Predator")) product = "Predator";
if (btName.startsWith("Teric")) product = "Teric";
+ if (btName.startsWith("NERD")) product = "Nerd"; // next line might override this
+ if (btName.startsWith("NERD 2")) product = "Nerd 2";
}
if (btName.startsWith("EON Steel")) {