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 diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 5620bd2cfa..0cf077d3c4 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