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
This commit is contained in:
James Buren 2020-10-12 15:19:24 +00:00 committed by Solomon Peachy
parent 078c34e951
commit b5c2a4ab96
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -698,6 +698,7 @@ Stéphane Moutard-Martin
Rune Pade
Michael Rey
Yuxuan Shui
James Buren
The libmad team
The wavpack team