diff options
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/sansapatcher/sansapatcher.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.c b/rbutil/sansapatcher/sansapatcher.c index c4e0dc0170..d1c12852a7 100644 --- a/rbutil/sansapatcher/sansapatcher.c +++ b/rbutil/sansapatcher/sansapatcher.c @@ -335,7 +335,10 @@ int is_e200(struct sansa_t* sansa) /* Check partition layout */ - if (((sansa->pinfo[0].type != 0x0b) && (sansa->pinfo[0].type != 0x0c)) || + if (((sansa->pinfo[0].type != 0x06) && + (sansa->pinfo[0].type != 0x0b) && + (sansa->pinfo[0].type != 0x0c) && + (sansa->pinfo[0].type != 0x0e)) || (sansa->pinfo[1].type != 0x84) || (sansa->pinfo[2].type != 0x00) || (sansa->pinfo[3].type != 0x00)) { |