summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2020-10-12 15:19:24 +0000
committerSolomon Peachy <pizza@shaftnet.org>2020-10-12 15:33:59 +0000
commitb5c2a4ab961f7070d837d176367f7cbb6e9d3bbf (patch)
tree9acaa81f18dcfaa6e53a20ff51d41d0c12862e3d /apps/plugins
parent078c34e951049741cd6681e0219561eec67e071b (diff)
downloadrockbox-b5c2a4ab96.tar.gz
rockbox-b5c2a4ab96.zip
Add support for new bootloaders for iRiver h1x0 series
This resolves a long-standing issue with ATA errors in certain situations, mostly in CF card modified units. Change-Id: Iec23fa6de117a6c9657320432ed585170e95a4eb
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/iriver_flash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c
index 4e84cc4c0c..2e27a9f748 100644
--- a/apps/plugins/iriver_flash.c
+++ b/apps/plugins/iriver_flash.c
@@ -292,9 +292,11 @@ unsigned long valid_bootloaders[][2] = {
#ifdef IRIVER_H120 /* Iriver H120/H140 checksums */
{ 63788, 0x08ff01a9 }, /* 7-pre3, improved failsafe functions */
{ 48764, 0xc674323e }, /* 7-pre4. Fixed audio thump & remote bootup */
+ { 56896, 0x167f5d25 }, /* 7-pre5, various ATA fixes */
#endif
#ifdef IRIVER_H100
{ 48760, 0x2efc3323 }, /* 7-pre4 */
+ { 56896, 0x0cd8dad4 }, /* 7-pre5 */
#endif
{ 0, 0 }
};