diff --git a/rbutil/rbutilqt/autodetection.cpp b/rbutil/rbutilqt/autodetection.cpp index 7be8cca707..e4d2e201e2 100644 --- a/rbutil/rbutilqt/autodetection.cpp +++ b/rbutil/rbutilqt/autodetection.cpp @@ -396,14 +396,9 @@ bool Autodetection::detectAjbrec(QString root) break; case 8: - // newer recorder firmwares also use the version id 8 - // so check usb id too. - if(m_usbconid.contains(0x058f9330)) - m_device = "ondiofm"; - else - m_device = "recorderv2"; + m_device = "ondiofm"; break; - + case 16: m_device = "ondiosp"; break;