Differentiate between HAVE_USB_CHARGING_ENABLE and HAVE_USB_POWER for the manual. This is what r24005 probably should have been
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24238 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c93570b90
commit
4f897653da
2 changed files with 5 additions and 2 deletions
|
@ -197,9 +197,12 @@ tc_ramcache
|
|||
|
||||
#if CONFIG_CHARGING
|
||||
charging
|
||||
#if defined(HAVE_USB_CHARGING_ENABLE)
|
||||
#if defined(HAVE_USB_POWER)
|
||||
usb_charging
|
||||
#endif
|
||||
#if defined(HAVE_USB_CHARGING_ENABLE)
|
||||
usb_charging_enable
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
& on, off & N/A\\
|
||||
folder navigation & off, on, random & N/A\\
|
||||
gather runtime data & off, on & N/A\\
|
||||
\opt{usb_charging}{
|
||||
\opt{usb_charging_enable}{
|
||||
usb charging & on, off & N/A\\
|
||||
}
|
||||
skip length & outro, track, 1s, 2s, 3s, 5s, 7s, 10s, 15s, 20s, 1min,
|
||||
|
|
Loading…
Reference in a new issue