summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-05-25 00:43:19 +0100
committerSolomon Peachy <pizza@shaftnet.org>2022-06-21 18:11:53 -0400
commit7e0492444c38f2ed350016be15b6a4d8ba489bcd (patch)
treef7fe53822d1ff95595c33b6c8964fd87dd17d6af /manual/configure_rockbox/system_options.tex
parent6cdd142d5c841eedb6a900cd50ee5f526f933eec (diff)
downloadrockbox-7e0492444c38f2ed350016be15b6a4d8ba489bcd.tar.gz
rockbox-7e0492444c38f2ed350016be15b6a4d8ba489bcd.zip
usb: remove "Ask" USB Mode (FS#13317)
USB ask mode is basically a footgun: it can't work on native targets and doesn't work reliably on hosted ones, and it continually produces a slow trickle of problems. FS#13317 gives a rundown of the issues. Removing the setting seems like the best solution for now, since a fix would be pretty involved. This partially reverts 60f581e8f5. The USB Mode setting is left in place so the option can be added back later in a non-buggy way. Change-Id: Ie01b28dd2ed95a31b509a7834d85bac8eb866098
Diffstat (limited to 'manual/configure_rockbox/system_options.tex')
-rwxr-xr-xmanual/configure_rockbox/system_options.tex10
1 files changed, 8 insertions, 2 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}