From fe99df3fb3d6044e6b8efdf9f202be7124799493 Mon Sep 17 00:00:00 2001 From: mcuelenaere Date: Fri, 18 Dec 2009 12:31:47 +0000 Subject: [PATCH] Forgot a file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24073 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/ondavx747.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/export/config/ondavx747.h b/firmware/export/config/ondavx747.h index ac2032587..00be288ea 100644 --- a/firmware/export/config/ondavx747.h +++ b/firmware/export/config/ondavx747.h @@ -165,6 +165,11 @@ /* Hardware controlled charging with monitoring */ #define CONFIG_CHARGING CHARGING_MONITOR +#ifndef ONDA_VX777 /* Doesn't have any physical buttons */ +/* There is only USB charging */ +#define HAVE_USB_POWER +#endif + #define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */ /* -- 2.11.4.GIT