From 9ce9cfc0a92673555042b58af0772a2f2a35ab12 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Tue, 20 Oct 2009 20:44:30 +0000 Subject: D2 should have HAVE_USB_POWER defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23298 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 4341575218..45bf90bbd0 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -142,6 +142,9 @@ /* Hardware controlled charging */ #define CONFIG_CHARGING CHARGING_SIMPLE +/* Define this if the unit can be powered or charged via USB */ +#define HAVE_USB_POWER + /* Define current usage levels. */ #define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */ #define CURRENT_BACKLIGHT 30 /* TBD */ -- cgit v1.2.3