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
This commit is contained in:
parent
12e302262d
commit
c617a59ba9
2 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue