aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/btdiscovery.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp
index 2a3eff580..175ecf932 100644
--- a/core/btdiscovery.cpp
+++ b/core/btdiscovery.cpp
@@ -98,6 +98,11 @@ static dc_descriptor_t *getDeviceType(QString btName)
product = "iX3M GPS Easy"; // we don't know which of the GPS models, so set one
}
+ if (btName == "COSMIQ") {
+ vendor = "Deepblu";
+ product = "Cosmiq+";
+ }
+
if (!vendor.isEmpty() && !product.isEmpty())
return descriptorLookup.value(vendor + product);