summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-01-31 14:04:57 +0000
committerAlex Parker <rockbox@aeparker.com>2010-01-31 14:04:57 +0000
commitc617a59ba9a0e298476951d6467ef7b38a127b62 (patch)
tree7a935ed1cf4b4320a6e85f0cdeb1dc119b1f910e /apps/features.txt
parent12e302262d8d47f8a5ed1b38fa1c89d49c3a08b6 (diff)
downloadrockbox-c617a59ba9a0e298476951d6467ef7b38a127b62.tar.gz
rockbox-c617a59ba9a0e298476951d6467ef7b38a127b62.zip
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
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt7
1 files changed, 4 insertions, 3 deletions
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
197 197
198#if CONFIG_CHARGING 198#if CONFIG_CHARGING
199charging 199charging
200#if defined(HAVE_USB_POWER)
201usb_charging
202#endif
203#if defined(HAVE_USB_CHARGING_ENABLE) 200#if defined(HAVE_USB_CHARGING_ENABLE)
204usb_charging_enable 201usb_charging_enable
205#endif 202#endif
206#endif 203#endif
207 204
205#if defined(HAVE_USB_POWER)
206usb_power
207#endif
208
208#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) 209#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
209usbstack 210usbstack
210#endif 211#endif