diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-01-04 12:57:18 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-01-04 12:57:18 +0000 |
| commit | 0265c8be0f5515937e6b41bd350dbf377a7b8984 (patch) | |
| tree | 859e0e514fefb1bf45ae524a60f56ddf094885da | |
| parent | 395334e876bc5181d554402e72beba2c0ea5b477 (diff) | |
| download | rockbox-0265c8be0f5515937e6b41bd350dbf377a7b8984.zip rockbox-0265c8be0f5515937e6b41bd350dbf377a7b8984.tar.gz rockbox-0265c8be0f5515937e6b41bd350dbf377a7b8984.tar.bz2 rockbox-0265c8be0f5515937e6b41bd350dbf377a7b8984.tar.xz | |
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
| -rw-r--r-- | manual/rockbox_interface/main.tex | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 1ff19fe..adab240 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -808,20 +808,15 @@ properly.} \nopt{ondio}{ \opt{usb_power}{ \section{USB Charging} - \nopt{clipv2,fuzev2,clipplus,fuzeplus}{ 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 continue to use it normally. Your \dap{} must already be in Rockbox for this to function. + \nopt{fuzeplus}{ \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 \ActionStdUsbCharge{}.} - } - \opt{clipv2,fuzev2,clipplus,fuzeplus}{ - Your \dap{} will automatically charge over USB if the cable is plugged in - while Rockbox is running. - } } } |