summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
commit85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 (patch)
tree013a8df82e82d7d579ba83a381ac660030641129 /firmware/export/config.h
parentf3455d15e07409a50e4237bf20c780a9ce7bcc92 (diff)
downloadrockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.tar.gz
rockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.zip
Rename some macros to account for the recently added M5 port. No code changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 13fb77661d..ae1ce5b283 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -53,7 +53,7 @@
53#define ONDIO_PAD 3 53#define ONDIO_PAD 3
54#define IRIVER_H100_PAD 4 54#define IRIVER_H100_PAD 4
55#define IRIVER_H300_PAD 5 55#define IRIVER_H300_PAD 5
56#define IAUDIO_X5_PAD 6 56#define IAUDIO_X5M5_PAD 6
57#define IPOD_4G_PAD 7 57#define IPOD_4G_PAD 7
58#define IPOD_3G_PAD 8 58#define IPOD_3G_PAD 8
59#define IRIVER_IFP7XX_PAD 9 59#define IRIVER_IFP7XX_PAD 9
@@ -69,15 +69,15 @@
69#define X5_REMOTE 3 69#define X5_REMOTE 3
70 70
71/* CONFIG_BATTERY */ 71/* CONFIG_BATTERY */
72#define BATT_LIION2200 2200 /* FM/V2 recorder type */ 72#define BATT_LIION2200 2200 /* FM/V2 recorder type */
73#define BATT_4AA_NIMH 1500 73#define BATT_4AA_NIMH 1500
74#define BATT_3AAA 1000 /* Ondio */ 74#define BATT_3AAA 1000 /* Ondio */
75#define BATT_IAUDIO_X5 950 75#define BATT_IAUDIO_X5M5 950
76#define BATT_LIPOL1300 1300 /* the type used in iRiver h1x0 models */ 76#define BATT_LIPOL1300 1300 /* the type used in iRiver h1x0 models */
77#define BATT_LPCS355385 1550 /* iriver h10 20Gb - SKC LPCS355385 */ 77#define BATT_LPCS355385 1550 /* iriver h10 20Gb - SKC LPCS355385 */
78#define BATT_BP009 820 /* iriver H10 5/6Gb - iriver BP009 */ 78#define BATT_BP009 820 /* iriver H10 5/6Gb - iriver BP009 */
79#define BATT_LIION830 830 /* Toshiba Gigabeat Fxx and Xxx series MK11-2740 */ 79#define BATT_LIION830 830 /* Toshiba Gigabeat Fxx and Xxx series MK11-2740 */
80#define BATT_1AA 333 /* iRiver iFP: Alkaline, NiHM */ 80#define BATT_1AA 333 /* iRiver iFP: Alkaline, NiHM */
81 81
82/* CONFIG_CHARGING */ 82/* CONFIG_CHARGING */
83#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */ 83#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */
@@ -128,6 +128,7 @@
128#define BL_X5 13 /* iAudio X5 PCF50606 I2C */ 128#define BL_X5 13 /* iAudio X5 PCF50606 I2C */
129#define BL_H10_5GB 14 /* iriver H10 5/6GB */ 129#define BL_H10_5GB 14 /* iriver H10 5/6GB */
130#define BL_TPJ1022 15 /* Tatung Elio TPJ-1022 */ 130#define BL_TPJ1022 15 /* Tatung Elio TPJ-1022 */
131#define BL_M5 16 /* iAudio M5 PCF50606 I2C */
131 132
132/* CONFIG_I2C */ 133/* CONFIG_I2C */
133#define I2C_PLAYREC 1 /* Archos Player/Recorder style */ 134#define I2C_PLAYREC 1 /* Archos Player/Recorder style */