summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-08-12 15:39:47 +0000
committerNils Wallménius <nils@rockbox.org>2008-08-12 15:39:47 +0000
commitd89f400c21a129a3daee8b1541d8f97c74f629fa (patch)
tree396f8aeeb7e0e7fe6983635132ade90f2ef0b10a
parentb3d62053df0ed202702ad658b6a646ff1cdf34a3 (diff)
downloadrockbox-d89f400c21a129a3daee8b1541d8f97c74f629fa.tar.gz
rockbox-d89f400c21a129a3daee8b1541d8f97c74f629fa.zip
Use the generated feature to control inclusion of sections about different battery types, add 'battery type' to config file options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18255 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/config_file_options.tex3
-rw-r--r--manual/configure_rockbox/system_options.tex2
-rw-r--r--manual/platform/ondiofm.tex1
-rw-r--r--manual/platform/ondiosp.tex1
4 files changed, 4 insertions, 3 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 8835909ae8..3021d5477d 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -83,6 +83,9 @@
83 brightness & \fixme{device a way to get ranges from config-*.h} & N/A\\ 83 brightness & \fixme{device a way to get ranges from config-*.h} & N/A\\
84 disk spindown & 3 to 254 & seconds\\ 84 disk spindown & 3 to 254 & seconds\\
85 battery capacity & \fixme{device a way to get ranges from config-*.h} & mAh\\ 85 battery capacity & \fixme{device a way to get ranges from config-*.h} & mAh\\
86 \opt{battery_types}{
87 battery type & alkaline, nimh & N/A\\
88 }
86 \opt{HAVE_CAR_ADAPTER_MODE}{ 89 \opt{HAVE_CAR_ADAPTER_MODE}{
87 car adapter mode & on, off & N/A\\ 90 car adapter mode & on, off & N/A\\
88 } 91 }
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 44a4c7e646..7282ea32ba 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -37,7 +37,7 @@
37 family at present, and work is on-going into finding a better way to 37 family at present, and work is on-going into finding a better way to
38 determine battery life.} 38 determine battery life.}
39 39
40 \opt{BATTERY_TYPES}{%Ondios only (currently), following the lang features.txt 40 \opt{battery_types}{
41 \item [Battery Type: ]This setting tells Rockbox which type of battery 41 \item [Battery Type: ]This setting tells Rockbox which type of battery
42 is currently used in the \dap{}. The two supported battery types are 42 is currently used in the \dap{}. The two supported battery types are
43 ``Alkaline'' or ``NiMH''.} 43 ``Alkaline'' or ``NiMH''.}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index 1960afdd34..7980213bb3 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -5,7 +5,6 @@
5\edef\UseOption{\UseOption,ondio} 5\edef\UseOption{\UseOption,ondio}
6\edef\UseOption{\UseOption,MASCODEC} 6\edef\UseOption{\UseOption,MASCODEC}
7\edef\UseOption{\UseOption,ONDIO_PAD} 7\edef\UseOption{\UseOption,ONDIO_PAD}
8\edef\UseOption{\UseOption,BATTERY_TYPES}
9\edef\UseOption{\UseOption,archos} 8\edef\UseOption{\UseOption,archos}
10 9
11\newcommand{\playerman}{Archos} 10\newcommand{\playerman}{Archos}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 48641710e0..e965d506c9 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -4,7 +4,6 @@
4\edef\UseOption{\UseOption,ondio} 4\edef\UseOption{\UseOption,ondio}
5\edef\UseOption{\UseOption,MASCODEC} 5\edef\UseOption{\UseOption,MASCODEC}
6\edef\UseOption{\UseOption,ONDIO_PAD} 6\edef\UseOption{\UseOption,ONDIO_PAD}
7\edef\UseOption{\UseOption,BATTERY_TYPES}
8\edef\UseOption{\UseOption,archos} 7\edef\UseOption{\UseOption,archos}
9 8
10\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}