From 85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 23:02:39 +0000 Subject: 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 --- firmware/export/config-iaudiom5.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-iaudiom5.h') diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h index 66c54bfdd9..d714736035 100644 --- a/firmware/export/config-iaudiom5.h +++ b/firmware/export/config-iaudiom5.h @@ -47,7 +47,7 @@ #define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED -#define CONFIG_KEYPAD IAUDIO_X5_PAD +#define CONFIG_KEYPAD IAUDIO_X5M5_PAD #define AB_REPEAT_ENABLE 1 #define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE @@ -64,8 +64,7 @@ #define CONFIG_LCD LCD_S1D15E06 /* Define this for LCD backlight available */ -#define CONFIG_BACKLIGHT BL_X5 /* PCF50606 I2C */ -/* #define HAVE_BACKLIGHT_BRIGHTNESS TODO: not yet known */ +#define CONFIG_BACKLIGHT BL_M5 /* PCF50606 I2C */ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF @@ -108,7 +107,7 @@ /* Type of mobile power */ #define X5_BATT_CONFIG 2 -#define CONFIG_BATTERY BATT_IAUDIO_X5 +#define CONFIG_BATTERY BATT_IAUDIO_X5M5 #define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ @@ -127,7 +126,7 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#define USB_X5STYLE +#define USB_X5M5_STYLE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3