diff --git a/indi-gphoto/gphoto_ccd.cpp b/indi-gphoto/gphoto_ccd.cpp index 269accd7f..f409e7f7a 100644 --- a/indi-gphoto/gphoto_ccd.cpp +++ b/indi-gphoto/gphoto_ccd.cpp @@ -815,7 +815,7 @@ bool GPhotoCCD::Connect() const auto port = PortTP[0].getText(); // Do not set automatically detected USB device ids as the shutter port - if (port && strlen(port) && strstr(port, "USB:") == nullptr) + if (port && strlen(port) && strstr(port, "usb:") == nullptr) { shutter_release_port = port; }