From 4f897653dab2580cb3b7ee2a7cc22b4145ebbe68 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 15 Jan 2010 19:34:25 +0000 Subject: Differentiate between HAVE_USB_CHARGING_ENABLE and HAVE_USB_POWER for the manual. This is what r24005 probably should have been git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24238 a1c6a512-1295-4272-9138-f99709370657 --- apps/features.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/features.txt b/apps/features.txt index 0bcfb23507..ad231362de 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -197,9 +197,12 @@ tc_ramcache #if CONFIG_CHARGING charging -#if defined(HAVE_USB_CHARGING_ENABLE) +#if defined(HAVE_USB_POWER) usb_charging #endif +#if defined(HAVE_USB_CHARGING_ENABLE) +usb_charging_enable +#endif #endif #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) -- cgit v1.2.3