Document the new disconnect behaviour introduced by r20244
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20248 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ae7415503
commit
3f69f89d5f
2 changed files with 13 additions and 0 deletions
|
@ -191,3 +191,8 @@ serial_port
|
||||||
#if defined(HAVE_SPEAKER)
|
#if defined(HAVE_SPEAKER)
|
||||||
speaker
|
speaker
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
|
||||||
|
usbstack
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -641,6 +641,14 @@ garbled.}
|
||||||
{
|
{
|
||||||
\section{Charging}
|
\section{Charging}
|
||||||
The \dap{} can be powered over USB without connecting to your computer by holding \ActionStdUsbCharge{} while plugging in. This allows you to continue using the \dap{} normally.
|
The \dap{} can be powered over USB without connecting to your computer by holding \ActionStdUsbCharge{} while plugging in. This allows you to continue using the \dap{} normally.
|
||||||
|
\opt{usbstack}
|
||||||
|
{
|
||||||
|
\nopt{gigabeats}
|
||||||
|
{
|
||||||
|
\section{USB disconnect}
|
||||||
|
As soon as the operating system of your computer marks the \dap{} as unused (e.g. after you eject or safely remove the device), you can switch the device to Charging mode by pressing \ActionStdUsbCharge{}. Pressing \ActionStdUsbCharge{} while the host operating is still actively communicating with the \dap{} has no effect.
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
\input{rockbox_interface/browsing_and_playing.tex}
|
\input{rockbox_interface/browsing_and_playing.tex}
|
||||||
|
|
Loading…
Reference in a new issue