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.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index e53e19ac1d..5148096a30 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -110,6 +110,7 @@ #define SANSA_FUZE_PAD 36 #define LYRE_PROTO1_PAD 37 #define SAMSUNG_YH_PAD 38 +#define ONDAVX777_PAD 39 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 1 @@ -351,7 +352,7 @@ Lyre prototype 1*/ #include "config-meizu-m6sp.h" #elif defined(MEIZU_M3) #include "config-meizu-m3.h" -#elif defined(ONDA_VX747) || defined(ONDA_VX747P) +#elif defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) #include "config-ondavx747.h" #elif defined(ONDA_VX767) #include "config-ondavx767.h" -- cgit v1.2.3