summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/main.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/rockbox_interface/main.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/rockbox_interface/main.tex')
-rw-r--r--manual/rockbox_interface/main.tex15
1 files changed, 6 insertions, 9 deletions
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 }