summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-c100.h2
-rw-r--r--firmware/export/config-c200.h2
-rw-r--r--firmware/export/config-cowond2.h2
-rw-r--r--firmware/export/config-creativezv.h2
-rw-r--r--firmware/export/config-creativezvm.h4
-rw-r--r--firmware/export/config-creativezvm60gb.h2
-rw-r--r--firmware/export/config-e200.h2
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-gigabeat-s.h2
-rw-r--r--firmware/export/config-gigabeat.h2
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-h300.h2
-rwxr-xr-xfirmware/export/config-hdd1630.h2
-rw-r--r--firmware/export/config-iaudiom3.h2
-rw-r--r--firmware/export/config-iaudiom5.h2
-rw-r--r--firmware/export/config-iaudiox5.h2
-rw-r--r--firmware/export/config-ifp7xx.h2
-rw-r--r--firmware/export/config-ipod1g2g.h2
-rw-r--r--firmware/export/config-ipod3g.h2
-rw-r--r--firmware/export/config-ipod4g.h2
-rw-r--r--firmware/export/config-ipodcolor.h2
-rw-r--r--firmware/export/config-ipodmini.h2
-rw-r--r--firmware/export/config-ipodmini2g.h2
-rw-r--r--firmware/export/config-ipodnano.h2
-rw-r--r--firmware/export/config-ipodvideo.h2
-rw-r--r--firmware/export/config-logikdax.h2
-rw-r--r--firmware/export/config-m200.h2
-rw-r--r--firmware/export/config-meizu-m6sl.h4
-rw-r--r--firmware/export/config-mrobe500.h1
-rw-r--r--firmware/export/config-ondavx747.h2
-rw-r--r--firmware/export/config-ondiofm.h2
-rw-r--r--firmware/export/config-ondiosp.h2
-rw-r--r--firmware/export/config-player.h2
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
-rw-r--r--firmware/export/config-tpj1022.h2
37 files changed, 72 insertions, 5 deletions
diff --git a/firmware/export/config-c100.h b/firmware/export/config-c100.h
index 91e21d0f3b..5bf0fc83a6 100644
--- a/firmware/export/config-c100.h
+++ b/firmware/export/config-c100.h
@@ -3,6 +3,8 @@
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6#define MODEL_NAME "Sandisk Sansa c100 series"
7
6/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
7#define MODEL_NUMBER 30 9#define MODEL_NUMBER 30
8 10
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index d7b8e7e824..bb8adae505 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -5,7 +5,7 @@
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 20 7#define MODEL_NUMBER 20
8#define MODEL_NAME "Sandisk Sansa c200" 8#define MODEL_NAME "Sandisk Sansa c200 series"
9 9
10#define HW_SAMPR_CAPS (SAMPR_CAP_44) 10#define HW_SAMPR_CAPS (SAMPR_CAP_44)
11 11
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 841390b479..1bcb406837 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -6,6 +6,8 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 24 7#define MODEL_NUMBER 24
8 8
9#define MODEL_NAME "Cowon iAudio D2"
10
9/* Produce a dual-boot bootloader.bin for mktccboot */ 11/* Produce a dual-boot bootloader.bin for mktccboot */
10#define TCCBOOT 12#define TCCBOOT
11 13
diff --git a/firmware/export/config-creativezv.h b/firmware/export/config-creativezv.h
index bf7b45b4a9..78055018d1 100644
--- a/firmware/export/config-creativezv.h
+++ b/firmware/export/config-creativezv.h
@@ -28,6 +28,8 @@
28 28
29#define CREATIVE_ZV 1 29#define CREATIVE_ZV 1
30 30
31#define MODEL_NAME "Creative Zen Vision"
32
31/* This makes it part of the Creative Zen Vision family :) */ 33/* This makes it part of the Creative Zen Vision family :) */
32#define CREATIVE_ZVx 1 34#define CREATIVE_ZVx 1
33 35
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index 647e8e986c..c2abcda7f5 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -28,6 +28,8 @@
28 28
29#define CREATIVE_ZVM 1 29#define CREATIVE_ZVM 1
30 30
31#define MODEL_NAME "Creative Zen Vision: M"
32
31/* This makes it part of the Creative Zen Vision family :) */ 33/* This makes it part of the Creative Zen Vision family :) */
32#define CREATIVE_ZVx 1 34#define CREATIVE_ZVx 1
33 35
@@ -160,7 +162,7 @@
160#define BOOTFILE "rockbox." BOOTFILE_EXT 162#define BOOTFILE "rockbox." BOOTFILE_EXT
161#define BOOTDIR "/.rockbox" 163#define BOOTDIR "/.rockbox"
162 164
163#define CONFIG_USBOTG USBOTG_ISP1583 165#define CONFIG_USBOTG USBOTG_ISP1583
164#define HAVE_USBSTACK 166#define HAVE_USBSTACK
165#define USB_VENDOR_ID 0x041e 167#define USB_VENDOR_ID 0x041e
166#define USB_PRODUCT_ID 0x4133 168#define USB_PRODUCT_ID 0x4133
diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h
index e9ad101a34..93fb2e5ec0 100644
--- a/firmware/export/config-creativezvm60gb.h
+++ b/firmware/export/config-creativezvm60gb.h
@@ -28,6 +28,8 @@
28 28
29#define CREATIVE_ZVM60GB 1 29#define CREATIVE_ZVM60GB 1
30 30
31#define MODEL_NAME "Creative Zen Vision:M 60GB"
32
31/* This makes it part of the Creative Zen Vision family :) */ 33/* This makes it part of the Creative Zen Vision family :) */
32#define CREATIVE_ZVx 1 34#define CREATIVE_ZVx 1
33 35
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 3a4ab69082..f187c973f5 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -5,7 +5,7 @@
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 16 7#define MODEL_NUMBER 16
8#define MODEL_NAME "Sandisk Sansa e200" 8#define MODEL_NAME "Sandisk Sansa e200 series"
9 9
10#define HW_SAMPR_CAPS (SAMPR_CAP_44) 10#define HW_SAMPR_CAPS (SAMPR_CAP_44)
11 11
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index c3c894edb9..fd85e51b46 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -1,6 +1,8 @@
1/* define this if you use an ATA controller */ 1/* define this if you use an ATA controller */
2#define HAVE_ATA 2#define HAVE_ATA
3 3
4#define MODEL_NAME "Archos FM Recorder"
5
4/* define this if you have recording possibility */ 6/* define this if you have recording possibility */
5#define HAVE_RECORDING 7#define HAVE_RECORDING
6 8
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index cafb202ebe..1f40339065 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -7,6 +7,8 @@
7 7
8#define TOSHIBA_GIGABEAT_S 1 8#define TOSHIBA_GIGABEAT_S 1
9 9
10#define MODEL_NAME "Toshiba Gigabeat S"
11
10/* For Rolo and boot loader */ 12/* For Rolo and boot loader */
11#define MODEL_NUMBER 21 13#define MODEL_NUMBER 21
12 14
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index cf64baab12..27bd51e3ab 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -5,6 +5,8 @@
5 5
6#define TOSHIBA_GIGABEAT_F 1 6#define TOSHIBA_GIGABEAT_F 1
7 7
8#define MODEL_NAME "Toshiba Gigabeat F"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 18 11#define MODEL_NUMBER 18
10 12
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 987f9a686e..f250c5f862 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -9,6 +9,8 @@
9 */ 9 */
10#define IRIVER_H100_SERIES 1 10#define IRIVER_H100_SERIES 1
11 11
12#define MODEL_NAME "iriver iHP-100 series"
13
12/* For Rolo and boot loader */ 14/* For Rolo and boot loader */
13#define MODEL_NUMBER 1 15#define MODEL_NUMBER 1
14 16
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index afb848898c..9cea95eb6f 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -4,6 +4,8 @@
4 */ 4 */
5#define IRIVER_H100_SERIES 1 5#define IRIVER_H100_SERIES 1
6 6
7#define MODEL_NAME "iriver H120/H140"
8
7/* For Rolo and boot loader */ 9/* For Rolo and boot loader */
8#define MODEL_NUMBER 0 10#define MODEL_NUMBER 0
9 11
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index c9b473a2f3..4aae255daa 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -4,6 +4,8 @@
4 */ 4 */
5#define IRIVER_H300_SERIES 1 5#define IRIVER_H300_SERIES 1
6 6
7#define MODEL_NAME "iriver H300 series"
8
7/* For Rolo and boot loader */ 9/* For Rolo and boot loader */
8#define MODEL_NUMBER 2 10#define MODEL_NUMBER 2
9 11
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 19ca190a57..5b89bded21 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * This config file is for the iriver H10 20Gb 2 * This config file is for the Philips GoGear HDD1630
3 */ 3 */
4 4
5#define TARGET_TREE /* this target is using the target tree system */ 5#define TARGET_TREE /* this target is using the target tree system */
diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h
index 1541f7cee5..b8dc52c91e 100644
--- a/firmware/export/config-iaudiom3.h
+++ b/firmware/export/config-iaudiom3.h
@@ -6,6 +6,8 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 25 7#define MODEL_NUMBER 25
8 8
9#define MODEL_NAME "iAudio M3"
10
9/* define this if you use an ATA controller */ 11/* define this if you use an ATA controller */
10#define HAVE_ATA 12#define HAVE_ATA
11 13
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h
index e54fb15231..a5b0f3d7bd 100644
--- a/firmware/export/config-iaudiom5.h
+++ b/firmware/export/config-iaudiom5.h
@@ -6,6 +6,8 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 17 7#define MODEL_NUMBER 17
8 8
9#define MODEL_NAME "iAudio M5"
10
9/* define this if you use an ATA controller */ 11/* define this if you use an ATA controller */
10#define HAVE_ATA 12#define HAVE_ATA
11 13
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 0d6e50053f..c29d4242fe 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -6,6 +6,8 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 10 7#define MODEL_NUMBER 10
8 8
9#define MODEL_NAME "iAudio X5"
10
9/* define this if you use an ATA controller */ 11/* define this if you use an ATA controller */
10#define HAVE_ATA 12#define HAVE_ATA
11 13
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 41193e251d..bea4374fc1 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -5,6 +5,8 @@
5 5
6#define IRIVER_IFP7XX_SERIES 1 6#define IRIVER_IFP7XX_SERIES 1
7 7
8#define MODEL_NAME "iriver iFP-799"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 6 11#define MODEL_NUMBER 6
10 12
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index 6781fe608f..cbb5267331 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod 1g/2g"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 19 11#define MODEL_NUMBER 19
10 12
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index d5f403c1a9..6c78f408bf 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -6,6 +6,8 @@
6 6
7#define IPOD_ARCH 1 7#define IPOD_ARCH 1
8 8
9#define MODEL_NAME "Apple iPod 3g"
10
9/* For Rolo and boot loader */ 11/* For Rolo and boot loader */
10#define MODEL_NUMBER 7 12#define MODEL_NUMBER 7
11 13
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index ad03f41b90..c5c592dfca 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod 4g Grayscale"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 8 11#define MODEL_NUMBER 8
10 12
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 9a7c055d53..cda0857b19 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod Color/Photo"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 3 11#define MODEL_NUMBER 3
10 12
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 15aa95bce5..b5c566f4c5 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod Mini 1g"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 9 11#define MODEL_NUMBER 9
10 12
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index c861f5ae13..6a6ab7b07a 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod Mini 2g"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 11 11#define MODEL_NUMBER 11
10 12
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index ced2c47b4e..bfdf7fdc30 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod Nano 1g"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 4 11#define MODEL_NUMBER 4
10 12
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index d15494cfd1..4c56d74c72 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -5,6 +5,8 @@
5 5
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8#define MODEL_NAME "Apple iPod Video"
9
8/* For Rolo and boot loader */ 10/* For Rolo and boot loader */
9#define MODEL_NUMBER 5 11#define MODEL_NUMBER 5
10 12
diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h
index 175bf7ccdf..c66a2ab581 100644
--- a/firmware/export/config-logikdax.h
+++ b/firmware/export/config-logikdax.h
@@ -6,6 +6,8 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 27 7#define MODEL_NUMBER 27
8 8
9#define MODEL_NAME "Logik DAX MP3/DAB"
10
9/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
10//#define HAVE_RECORDING 12//#define HAVE_RECORDING
11 13
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h
index 875debd257..f7ab78d87e 100644
--- a/firmware/export/config-m200.h
+++ b/firmware/export/config-m200.h
@@ -6,6 +6,8 @@
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 29 7#define MODEL_NUMBER 29
8 8
9#define MODEL_NAME "Sandisk Sansa m200 series"
10
9/* Enable FAT16 support */ 11/* Enable FAT16 support */
10#define HAVE_FAT16SUPPORT 12#define HAVE_FAT16SUPPORT
11 13
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index 96c163ce11..f10f548dd3 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.h
@@ -1,11 +1,13 @@
1/* 1/*
2 * This config file is for iAudio X5 2 * This config file is for Meizu M6SL
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 1 7#define MODEL_NUMBER 1
8 8
9#define MODEL_NAME "Meizu M6SL"
10
9/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
10//#define HAVE_RECORDING 12//#define HAVE_RECORDING
11 13
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 285a53a014..b9b8ee65ab 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -27,6 +27,7 @@
27#define CONFIG_SDRAM_START 0x00900000 27#define CONFIG_SDRAM_START 0x00900000
28 28
29#define OLYMPUS_MROBE_500 1 29#define OLYMPUS_MROBE_500 1
30#define MODEL_NAME "Olympus M:Robe 500i"
30 31
31/* For Rolo and boot loader */ 32/* For Rolo and boot loader */
32#define MODEL_NUMBER 22 33#define MODEL_NUMBER 22
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 9f5c800d3c..66570d4622 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -28,6 +28,8 @@
28 28
29#define ONDA_VX747 1 29#define ONDA_VX747 1
30 30
31#define MODEL_NAME "Onda VX747"
32
31/* For Rolo and boot loader */ 33/* For Rolo and boot loader */
32#define MODEL_NUMBER 30 34#define MODEL_NUMBER 30
33 35
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index d750b2d756..8d3b040745 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -1,6 +1,8 @@
1/* define this if you have recording possibility */ 1/* define this if you have recording possibility */
2#define HAVE_RECORDING 2#define HAVE_RECORDING
3 3
4#define MODEL_NAME "Ondio FM"
5
4/* Define bitmask of input sources - recordable bitmask can be defined 6/* Define bitmask of input sources - recordable bitmask can be defined
5 explicitly if different */ 7 explicitly if different */
6#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 8#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 43dbaaf06b..fc99bf459d 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -1,6 +1,8 @@
1/* define this if you have a bitmap LCD display */ 1/* define this if you have a bitmap LCD display */
2#define HAVE_LCD_BITMAP 2#define HAVE_LCD_BITMAP
3 3
4#define MODEL_NAME "Ondio SP"
5
4/* define this if you can flip your LCD */ 6/* define this if you can flip your LCD */
5#define HAVE_LCD_FLIP 7#define HAVE_LCD_FLIP
6 8
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 2fefcbdcac..186bd5a58d 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -1,6 +1,8 @@
1/* define this if you use an ATA controller */ 1/* define this if you use an ATA controller */
2#define HAVE_ATA 2#define HAVE_ATA
3 3
4#define MODEL_NAME "Archos Player/Studio"
5
4/* define this if you have a charcell LCD display */ 6/* define this if you have a charcell LCD display */
5#define HAVE_LCD_CHARCELLS 7#define HAVE_LCD_CHARCELLS
6 8
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index bd9bd07d58..b86e31630a 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -1,6 +1,8 @@
1/* define this if you use an ATA controller */ 1/* define this if you use an ATA controller */
2#define HAVE_ATA 2#define HAVE_ATA
3 3
4#define MODEL_NAME "Archos Recorder"
5
4/* define this if you have recording possibility */ 6/* define this if you have recording possibility */
5#define HAVE_RECORDING 7#define HAVE_RECORDING
6 8
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 50066918b1..fd00b78887 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -1,6 +1,8 @@
1/* define this if you use an ATA controller */ 1/* define this if you use an ATA controller */
2#define HAVE_ATA 2#define HAVE_ATA
3 3
4#define MODEL_NAME "Archos Recorder v2"
5
4/* define this if you have recording possibility */ 6/* define this if you have recording possibility */
5#define HAVE_RECORDING 7#define HAVE_RECORDING
6 8
diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h
index 5a633ecee1..ea235edc24 100644
--- a/firmware/export/config-tpj1022.h
+++ b/firmware/export/config-tpj1022.h
@@ -4,6 +4,8 @@
4 4
5#define TARGET_TREE /* this target is using the target tree system */ 5#define TARGET_TREE /* this target is using the target tree system */
6 6
7#define MODEL_NAME "Tatung Elio TPJ-1022"
8
7/* For Rolo and boot loader */ 9/* For Rolo and boot loader */
8#define MODEL_NUMBER 15 10#define MODEL_NUMBER 15
9 11