mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
68be596335
commit
5321711dd9
1 changed files with 2 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue