From fab86a6a4c8b82f8d1764b4dabc1127e1340f571 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Fri, 4 Jun 2010 21:43:15 +0000 Subject: rbutil: add mpio hd200 as disabled target (all untested) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26561 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/bootloaderinstallbase.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rbutil/rbutilqt/base/bootloaderinstallbase.cpp') diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp index 3a94180aab..cf8b9e12fd 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp @@ -29,6 +29,7 @@ #include "bootloaderinstallchinachip.h" #include "bootloaderinstallams.h" #include "bootloaderinstalltcc.h" +#include "bootloaderinstallmpio.h" #include "utils.h" #if defined(Q_OS_MACX) @@ -64,6 +65,9 @@ BootloaderInstallBase* BootloaderInstallBase::createBootloaderInstaller(QObject* else if(type == "tcc") { return new BootloaderInstallTcc(parent); } + else if(type == "mpio") { + return new BootloaderInstallMpio(parent); + } else { return NULL; } @@ -212,7 +216,7 @@ QString BootloaderInstallBase::postinstallHints(QString model) "
  • After the firmware has been updated reboot your player.
  • "); } if(model == "iaudiox5" || model == "iaudiom5" - || model == "iaudiox5v" || model == "iaudiom3") { + || model == "iaudiox5v" || model == "iaudiom3" || model == "mpioh200") { hint = true; msg += tr("
  • Turn the player off
  • " "
  • Insert the charger
  • "); @@ -224,7 +228,6 @@ QString BootloaderInstallBase::postinstallHints(QString model) "
  • Toggle the battery switch on the player
  • " "
  • Hold Power to boot into Rockbox
  • "); } - msg += ""; msg += tr("

    Note: You can safely install other parts first, but " "the above steps are required to finish the installation!

    "); -- cgit v1.2.3