summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-02-14 16:57:18 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-02-14 16:57:18 +0000
commit1a5ed1b05d1679a0d9f1acc0fda914a11d501dae (patch)
tree7e3a867b97e7fba1240e2a923e79ad410ebe17ef
parent01d4b4c99714f5e22d25e0a86dfd0e75824b1f3e (diff)
downloadrockbox-1a5ed1b05d1679a0d9f1acc0fda914a11d501dae.tar.gz
rockbox-1a5ed1b05d1679a0d9f1acc0fda914a11d501dae.zip
document the ipod accessory power setting (work by Alex Parker, FS#9909)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20007 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/config_file_options.tex3
-rw-r--r--manual/configure_rockbox/system_options.tex10
2 files changed, 13 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 287495ae5c..c298bf0509 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -88,6 +88,9 @@
88 \opt{HAVE_CAR_ADAPTER_MODE}{ 88 \opt{HAVE_CAR_ADAPTER_MODE}{
89 car adapter mode & on, off & N/A\\ 89 car adapter mode & on, off & N/A\\
90 } 90 }
91 \opt{accessory_supply}{
92 accessory power supply & on, off & N/A\\
93 }
91 idle poweroff & off, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 30, 45, 60 94 idle poweroff & off, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 30, 45, 60
92 & minutes\\ 95 & minutes\\
93 max files in playlist & 1000 - 32000 & N/A\\ 96 max files in playlist & 1000 - 32000 & N/A\\
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index a6c62021a8..ae2fe0f543 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -150,6 +150,16 @@ This sub menu relates to limits in the Rockbox operating system.
150 playback. 150 playback.
151} 151}
152 152
153\opt{accessory_supply}{
154\subsection{Accessory Power Supply}
155This option turns the accessory power supply \setting{On} and \setting{Off}.
156The Apple accessory protocol has been partially implemented in Rockbox, and
157thus there is a reasonable chance that your favourite accessory will work.
158The accessory may require power from the \dap{} to function, and if so you should turn
159this option \setting{On}. If it is not required, then turning this setting
160\setting{Off} will save battery and therefore result in better runtime.
161}
162
153\opt{HAVE_BUTTON_LIGHTS}{ 163\opt{HAVE_BUTTON_LIGHTS}{
154 \opt{e200}{ 164 \opt{e200}{
155 \subsection{Wheel Light Timeout} 165 \subsection{Wheel Light Timeout}