From 7ec8e2004451aaa9eebf97c06446f8af00b0602d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 31 Jan 2010 14:04:57 +0000 Subject: [PATCH] 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 ++++--- manual/rockbox_interface/main.tex | 16 +++++++++++++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/apps/features.txt b/apps/features.txt index ad231362d..f94a74cd1 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 diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 5620bd2cf..0cf077d3c 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -712,6 +712,7 @@ all other settings that can be modified using \fname{.cfg} files. This topic is discussed in more detail in \reference{ref:manage_settings}. The Rockbox distribution comes with some themes that should look nice on your \dap{}. + \opt{lcd_bitmap}{ \note{Some of the themes shipped with Rockbox need additional fonts from the fonts package, so make sure you installed them. @@ -720,9 +721,18 @@ have the needed fonts installed as otherwise the theme may not display properly.} } -\opt{usb_charging} -{ - \section{Charging} +\nopt{ondio}{ + \opt{usb_power}{ + \section{USB Charging} + + The \dap{} can be charged over USB without connecting to your + computer by holding \ActionStdUsbCharge{} while plugging in. This + allows you to continue using the \dap{} normally. + } +} + +\opt{ondio}{ + \section{USB Power} The \dap{} can be powered over USB without connecting to your computer by holding \ActionStdUsbCharge{} while plugging in. This -- 2.11.4.GIT