From 582942016bdf3599952b343858ba9fb9785494e8 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 20 Jun 2009 10:54:13 +0000 Subject: * Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX747+ in scramble and configure * Add support for the VX777 * Remove the touchscreen mode switching combo from the button driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21379 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-ondavx747.h') diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 9a9defcf2f..5625635c89 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -20,7 +20,7 @@ ****************************************************************************/ /* - * This config file is for the Onda VX747(+) + * This config file is for the Onda VX747(+)/VX777 */ #define TARGET_TREE /* this target is using the target tree system */ @@ -29,8 +29,11 @@ #ifdef ONDA_VX747P #define MODEL_NAME "Onda VX747+" -#define MODEL_NUMBER 44 +#define MODEL_NUMBER 54 /* Define something for camera interface... */ +#elif defined(ONDA_VX777) +#define MODEL_NAME "Onda VX777" +#define MODEL_NUMBER 61 #else #define MODEL_NAME "Onda VX747" #define MODEL_NUMBER 45 @@ -87,7 +90,11 @@ /* Define this if your LCD can be enabled/disabled */ #define HAVE_LCD_ENABLE +#ifdef ONDA_VX777 +#define CONFIG_KEYPAD ONDAVX777_PAD +#else #define CONFIG_KEYPAD ONDAVX747_PAD +#endif #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA -- cgit v1.2.3