From b5c2a4ab961f7070d837d176367f7cbb6e9d3bbf Mon Sep 17 00:00:00 2001 From: James Buren Date: Mon, 12 Oct 2020 15:19:24 +0000 Subject: 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 --- apps/plugins/iriver_flash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/iriver_flash.c') 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 } }; -- cgit v1.2.2