summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-02 21:45:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-02 21:45:26 +0000
commit8bf5130ffde4f3c9ff3d4fc2d3f7998f4f527329 (patch)
tree479e65141cf2f85f51fdef3d6689319d968df069 /firmware/export/config-h100.h
parent93a34f017a48ffe72f4dc2b3cba63e03de4720ac (diff)
downloadrockbox-8bf5130ffde4f3c9ff3d4fc2d3f7998f4f527329.tar.gz
rockbox-8bf5130ffde4f3c9ff3d4fc2d3f7998f4f527329.zip
create and use a new config type for the i2c and the battery in the h100
and disable usb (for now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5740 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index f4ada149fc..01012cde3c 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -18,8 +18,12 @@
18/* Define this if you have a Motorola SCF5249 */ 18/* Define this if you have a Motorola SCF5249 */
19#define CONFIG_CPU MCF5249 19#define CONFIG_CPU MCF5249
20 20
21/* Type of mobile power, FIXME: probably different, make new type */ 21#define CONFIG_I2C I2C_H100
22#define CONFIG_BATTERY BATT_LIION2200 22
23/* Type of mobile power */
24#define CONFIG_BATTERY BATT_IRIVER
25
26#define BATTERY_SCALE_FACTOR 6465 /* FIX: this value is picked at random */
23 27
24/* Define this if the platform can charge batteries */ 28/* Define this if the platform can charge batteries */
25#define HAVE_CHARGING 1 29#define HAVE_CHARGING 1
@@ -44,4 +48,6 @@
44/* Offset ( in the firmware file's header ) to the real data */ 48/* Offset ( in the firmware file's header ) to the real data */
45#define FIRMWARE_OFFSET_FILE_DATA 8 49#define FIRMWARE_OFFSET_FILE_DATA 8
46 50
51#define USB_NONE /* FIX: USB temorarily disabled */
52
47#endif 53#endif