diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/iriver_flash.c | 2 |
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 } }; |