summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rwxr-xr-xmanual/configure_rockbox/system_options.tex10
-rw-r--r--manual/rockbox_interface/main.tex15
2 files changed, 14 insertions, 11 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 5a95df27b1..52750f7486 100755
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -870,8 +870,14 @@ therefore result in better runtime.
870\opt{usb_power}{ 870\opt{usb_power}{
871 \subsection{USB Mode} 871 \subsection{USB Mode}
872 This controls what happens with the \dap{}'s USB port is connected. 872 This controls what happens with the \dap{}'s USB port is connected.
873 \setting{Charge Only} and \setting{Mass Storage} will automatically enter 873 \setting{Mass Storage} allows you to transfer files, while
874 that mode, and \setting{Ask} will prompt the user each time. 874 \setting{Charge Only} will only charge the battery (and allow you to keep
875 using the player). You can choose the opposite behavior by holding down any
876 button while plugging in the USB cable.
877 \nopt{fuzeplus}{
878 \note{Be aware that holding a button may still perform its normal function,
879 so it is recommended to use a button without harmful side effects, such as
880 \ActionStdUsbCharge{}.}
875} 881}
876\opt{multidrive_usb}{ 882\opt{multidrive_usb}{
877 \subsection{USB Hide Internal Drive} 883 \subsection{USB Hide Internal Drive}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 20aa8c833e..82192829fd 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -848,16 +848,13 @@ properly.}
848 848
849 \opt{usb_power}{ 849 \opt{usb_power}{
850 \section{USB Charging} 850 \section{USB Charging}
851 Whenever your \dap{} is connected to USB, it will automatically charge. 851 Your \dap{} will automatically charge when connected to USB. By default
852 However, depending on the \config{usb\_mode} setting, the \dap{} may also 852 Rockbox will connect in mass storage mode to transfer files, but you can
853 enter mass storage mode or prompt the user for what action to take. 853 prevent this by holding down any button while plugging in the USB cable,
854 When the \dap{} is configured to enter mass storage mode or automatically 854 or by changing the \setting{USB Mode} setting to \setting{Charge Only}.
855 charge, you may trigger the opposite behavior by holding down any button
856 while plugging it in. Your \dap{} must already be in Rockbox for this to
857 function.
858 \nopt{fuzeplus}{ 855 \nopt{fuzeplus}{
859 \note{Be aware that this button may still perform its normal function, so 856 \note{Be aware that holding a button may still perform its normal function,
860 it is recommended to use a button without harmful side effects, such as 857 so it is recommended to use a button without harmful side effects, such as
861 \ActionStdUsbCharge{}.} 858 \ActionStdUsbCharge{}.}
862 } 859 }
863 } 860 }