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
|
#if CONFIG_CHARGING
|
||||||
charging
|
charging
|
||||||
#if defined(HAVE_USB_POWER)
|
|
||||||
usb_charging
|
|
||||||
#endif
|
|
||||||
#if defined(HAVE_USB_CHARGING_ENABLE)
|
#if defined(HAVE_USB_CHARGING_ENABLE)
|
||||||
usb_charging_enable
|
usb_charging_enable
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_USB_POWER)
|
||||||
|
usb_power
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
||||||
usbstack
|
usbstack
|
||||||
#endif
|
#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}.
|
is discussed in more detail in \reference{ref:manage_settings}.
|
||||||
The Rockbox distribution comes with some themes that should look nice on
|
The Rockbox distribution comes with some themes that should look nice on
|
||||||
your \dap{}.
|
your \dap{}.
|
||||||
|
|
||||||
\opt{lcd_bitmap}{
|
\opt{lcd_bitmap}{
|
||||||
\note{Some of the themes shipped with Rockbox need additional
|
\note{Some of the themes shipped with Rockbox need additional
|
||||||
fonts from the fonts package, so make sure you installed them.
|
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.}
|
properly.}
|
||||||
}
|
}
|
||||||
|
|
||||||
\opt{usb_charging}
|
\nopt{ondio}{
|
||||||
{
|
\opt{usb_power}{
|
||||||
\section{Charging}
|
\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
|
The \dap{} can be powered over USB without connecting to your
|
||||||
computer by holding \ActionStdUsbCharge{} while plugging in. This
|
computer by holding \ActionStdUsbCharge{} while plugging in. This
|
||||||
|
|
Loading…
Reference in a new issue