1
0
Fork 0
forked from len0rd/rockbox

USB chargung now works the normal way on AMSv2, so remove the hack that treated it differently. Also fix the fuze+ workaround for the lack of ActionStdUsbCharge there

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31578 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2012-01-04 12:57:18 +00:00
parent 395334e876
commit 0265c8be0f

View file

@ -808,19 +808,14 @@ properly.}
\nopt{ondio}{ \nopt{ondio}{
\opt{usb_power}{ \opt{usb_power}{
\section{USB Charging} \section{USB Charging}
\nopt{clipv2,fuzev2,clipplus,fuzeplus}{
To charge your \dap{} over USB, hold any button while plugging it To charge your \dap{} over USB, hold any button while plugging it
in. This will prevent it from connecting to your computer and let you in. This will prevent it from connecting to your computer and let you
continue to use it normally. Your \dap{} must already be in Rockbox for this continue to use it normally. Your \dap{} must already be in Rockbox for this
to function. to function.
\nopt{fuzeplus}{
\note{Be aware that this button may still perform its normal function, so \note{Be aware that this button may still perform its normal function, so
it is recommended to use a button without harmful side effects, such as it is recommended to use a button without harmful side effects, such as
\ActionStdUsbCharge{}.} \ActionStdUsbCharge{}.}
}
\opt{clipv2,fuzev2,clipplus,fuzeplus}{
Your \dap{} will automatically charge over USB if the cable is plugged in
while Rockbox is running.
} }
} }
} }