From c617a59ba9a0e298476951d6467ef7b38a127b62 Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Sun, 31 Jan 2010 14:04:57 +0000 Subject: Show USB power not charging in the ondio manual, and rename usb_charging to usb_power as it is dependent on HAVE_USB_POWER. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24415 a1c6a512-1295-4272-9138-f99709370657 --- apps/features.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/features.txt') diff --git a/apps/features.txt b/apps/features.txt index ad231362de..f94a74cd19 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -197,14 +197,15 @@ tc_ramcache #if CONFIG_CHARGING charging -#if defined(HAVE_USB_POWER) -usb_charging -#endif #if defined(HAVE_USB_CHARGING_ENABLE) usb_charging_enable #endif #endif +#if defined(HAVE_USB_POWER) +usb_power +#endif + #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) usbstack #endif -- cgit v1.2.3