diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-e200.h | 1 | ||||
-rw-r--r-- | firmware/export/config-h10.h | 1 | ||||
-rw-r--r-- | firmware/export/config-h10_5gb.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 26b87c70fc..4c9e1b2d47 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -5,6 +5,7 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 16 +#define MODEL_NAME "Sandisk Sansa e200" /* define this if you have recording possibility */ /*#define HAVE_RECORDING 1*/ /* TODO: add support for this */ diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 0b17920736..ae2a150ae6 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -6,6 +6,7 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 13 +#define MODEL_NAME "iriver H10 20GB" /* define this if you have recording possibility */ #define HAVE_RECORDING 1 diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 534c4a455f..42f774832a 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -6,6 +6,7 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 14 +#define MODEL_NAME "iriver H10 5/6GB" /* define this if you have recording possibility */ #define HAVE_RECORDING 1 |