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
This commit is contained in:
Dominik Riebeling 2007-09-27 18:01:12 +00:00
parent 68be596335
commit 5321711dd9

View file

@ -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;