From 5321711dd9d948f7d47d77c6c7d2c980d65f566f Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 27 Sep 2007 18:01:12 +0000 Subject: The archos website fooled me by providing a wrong download, no need for that extended check. Thanks to amiconn for the clarification. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14870 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/autodetection.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'rbutil') 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; -- cgit