summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2007-12-25 19:55:22 +0000
committerMarianne Arnold <pixelma@rockbox.org>2007-12-25 19:55:22 +0000
commitd041521e5fa353ea2f3658f8b0a8ed08f8881366 (patch)
treee26aff8807c87ca5d941241d90b2b97546b5dc22
parentb8bc45ded0d5c5765ea4686f373c49c91010aad8 (diff)
downloadrockbox-d041521e5fa353ea2f3658f8b0a8ed08f8881366.tar.gz
rockbox-d041521e5fa353ea2f3658f8b0a8ed08f8881366.zip
Overhaul of the 'system options' chapter in the manual, introducing a few new options in the platform files. These make it possible to in- or exclude parts easier and more obvious based on the features of a target and follow the 'features.txt' that's used for the language files (just the check for flash based vs. hdd based player would be inverted). The idea was to be able to parse the features.txt into these platform files automatically later on.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15972 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/system_options.tex110
-rw-r--r--manual/platform/c200.tex3
-rw-r--r--manual/platform/e200.tex2
-rw-r--r--manual/platform/gigabeatf.tex4
-rw-r--r--manual/platform/h10.tex3
-rw-r--r--manual/platform/h10_5gb.tex3
-rw-r--r--manual/platform/h1xx.tex3
-rw-r--r--manual/platform/h300.tex4
-rw-r--r--manual/platform/ipod1g2g.tex2
-rw-r--r--manual/platform/ipod3g.tex2
-rw-r--r--manual/platform/ipod4g.tex2
-rw-r--r--manual/platform/ipodcolor.tex2
-rw-r--r--manual/platform/ipodmini.tex2
-rw-r--r--manual/platform/ipodnano.tex2
-rw-r--r--manual/platform/ipodvideo.tex4
-rw-r--r--manual/platform/m5.tex5
-rw-r--r--manual/platform/ondiofm.tex1
-rw-r--r--manual/platform/ondiosp.tex1
-rw-r--r--manual/platform/player.tex2
-rw-r--r--manual/platform/recorder.tex2
-rw-r--r--manual/platform/recorderv2fm.tex2
-rw-r--r--manual/platform/x5.tex3
22 files changed, 125 insertions, 39 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 0a3dfd9a3d..cfecf36c76 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -7,9 +7,11 @@
7 WPS. Selecting \setting{Previous Screen} will make Rockbox start in the 7 WPS. Selecting \setting{Previous Screen} will make Rockbox start in the
8 screen it was when the \dap{} was shut off. 8 screen it was when the \dap{} was shut off.
9 9
10\subsection{Battery} 10\nopt{sansa}%will probably be there on Sansas one day - exclude it the simple way without specific option
11 Options relating to the \opt{archos}{batteries}\nopt{archos}{battery} 11{
12 in the \dap. 12 \subsection{Battery}
13 Options relating to the \opt{archos}{batteries}\nopt{archos}{battery}
14 in the \dap.
13 \begin{description} 15 \begin{description}
14 \item [Battery Capacity: ]This setting can be used to tell Rockbox what 16 \item [Battery Capacity: ]This setting can be used to tell Rockbox what
15 capacity (in mAh) the battery being used has. The default is 17 capacity (in mAh) the battery being used has. The default is
@@ -20,31 +22,42 @@
20 \opt{ipodmini}{400mAh (1G) or 630mAh (2G)}% 22 \opt{ipodmini}{400mAh (1G) or 630mAh (2G)}%
21 \opt{ipodcolor}{700mAh}% 23 \opt{ipodcolor}{700mAh}%
22 \opt{ipodnano,ipodvideo,ipod4g,ipod3g}{\fixme{unknown}}% 24 \opt{ipodnano,ipodvideo,ipod4g,ipod3g}{\fixme{unknown}}%
23 \opt{x5}{950mAh}% 25 \opt{m5,x5}{950mAh}%
24 , which is the capacity value for the standard 26 , which is the capacity value for the standard
25 \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap. 27 \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap.
26 Rockbox uses this value to estimate remaining battery life for the 28 Rockbox uses this value to estimate remaining battery life for the
27 statusbar and WPS. Changing this setting has no effect whatsoever on 29 info screen and WPS. Changing this setting has no effect whatsoever on
28 actual battery life. This setting only affects the accuracy of the 30 actual battery life. This setting only affects the accuracy of the
29 battery life estimation as shown on screen. 31 battery life estimation as shown on screen.
30 32 \opt{iaudio}{Rockbox does not automatically distinguish between the
31 \opt{ipod}{This value is fairly meaningless in the \playerman{} family at 33 ``L'' models and the ``simple'' models which determine the default
32 present, and work is on-going into finding a better way to determine 34 value. If your dap{} is an \opt{m5}{M5L}\opt{x5}{X5L} set the value
33 battery life.} 35 to 2250mAh for more accuracy in the runtime estimation.}
34 36 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{}
35 \opt{ondiosp,ondiofm}{ 37 family at present, and work is on-going into finding a better way to
36 \item [Battery Type: ]This setting tells Rockbox which type of battery 38 determine battery life.}
37 is currently used in the \dap{}. The two supported battery types are 39
38 ``Alkaline'' or ``NiMH''. 40 \opt{BATTERY_TYPES}{%Ondios only (currently), following the lang features.txt
39 } 41 \item [Battery Type: ]This setting tells Rockbox which type of battery
40 \end{description} 42 is currently used in the \dap{}. The two supported battery types are
43 ``Alkaline'' or ``NiMH''.}
41 44
42\nopt{ondiosp,ondiofm}{ 45 \opt{HAVE_USB_CHARGING}{
46%TODO: check where it is working correctly (except H300) and append the option to the respective platform file
47 \item [Charge During USB Connection: ]This option lets you control whether
48 the \dap{} should charge during the USB connection and hence draw the
49 full 500mA. Turning it \setting{Off} is recommended if the dap{} is
50 connected through an unpowered USB hub or a laptop port.
51 }
52
53 \end{description}
54}
55\opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE}{
43\subsection{Disk} 56\subsection{Disk}
44 Options relating to the hard disk. 57 Options relating to the hard disk.
45 58
46 \begin{description} 59 \begin{description}
47 \nopt{ipodnano}{ 60 \opt{HAVE_DISK_STORAGE}{
48 \item [Disk Spindown: ]Rockbox has a timer that makes it spin down the 61 \item [Disk Spindown: ]Rockbox has a timer that makes it spin down the
49 hard disk after it is idle for a certain amount of time. This setting 62 hard disk after it is idle for a certain amount of time. This setting
50 controls the amount of time between the last user activity and the time 63 controls the amount of time between the last user activity and the time
@@ -54,7 +67,7 @@
54 afterwards. 67 afterwards.
55 } 68 }
56 69
57 \opt{SWCODEC}{ 70 \opt{HAVE_DIRCACHE}{
58 \item [Directory Cache: ]Rockbox has the ability to cache the contents of 71 \item [Directory Cache: ]Rockbox has the ability to cache the contents of
59 your drive in RAM. The \setting{Directory Cache} takes a small amount of 72 your drive in RAM. The \setting{Directory Cache} takes a small amount of
60 memory away from Rockbox that would otherwise be used to buffer music, 73 memory away from Rockbox that would otherwise be used to buffer music,
@@ -69,7 +82,7 @@
69 background.} 82 background.}
70 } 83 }
71 \end{description} 84 \end{description}
72} % \nopt{ondiosp,ondiofm} 85} % \opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE}
73 86
74\opt{CONFIG_RTC}{ 87\opt{CONFIG_RTC}{
75 \subsection{Time and Date} 88 \subsection{Time and Date}
@@ -93,15 +106,17 @@ available.
93% TODO this isn't quite right for all targets, I think 106% TODO this isn't quite right for all targets, I think
94 This option turns the \dap{} off and then starts it up again at the 107 This option turns the \dap{} off and then starts it up again at the
95 specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust 108 specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
96 the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to adjust the hours. 109 the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to
110 adjust the hours.
97 \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and 111 \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
98 \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on 112 \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
99 again before the alarm occurs, the alarm will be cancelled. Using this 113 again before the alarm occurs, the alarm will be cancelled. Using this
100 option disables the \setting{Sleep Timer}. 114 option disables the \setting{Sleep Timer}.
101 115
116 \opt{HAVE_RECORDING,CONFIG_TUNER}{
102 \subsection{Alarm Wake up Screen} 117 \subsection{Alarm Wake up Screen}
103 This option controls what the \dap{} does when it is woken up by the alarm. 118 This option controls what the \dap{} does when it is woken up by the alarm.
104 119 }
105} 120}
106 121
107\subsection{Limits} 122\subsection{Limits}
@@ -114,14 +129,25 @@ This sub menu relates to limits in the Rockbox operating system.
114 the music buffer, so you should increase this setting \emph{only} if you have 129 the music buffer, so you should increase this setting \emph{only} if you have
115 directories with a large number of files. 130 directories with a large number of files.
116 131
117 \item [Max playlist size: ]This setting controls the maximum size of 132 \item [Max playlist size: ]This setting controls the maximum size of
118 a playlist. The playlist size can be between 1,000 and 32,000 files, 133 a playlist. The playlist size can be between 1,000 and 32,000 files,
119 in steps of 1,000 (default is 10,000). Higher values will shorten the 134 in steps of 1,000 (default is 10,000). Higher values will shorten the
120 music buffer, so you should increase this setting \emph{only} if you 135 music buffer, so you should increase this setting \emph{only} if you
121 have very large playlists. 136 have very large playlists.
122 \end{description} 137 \end{description}
123 138
124\opt{player,recorder,recorderv2fm,gigabeat,ipodvideo,iriver,iaudio,e200}{ 139% TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music
140\opt{player}{
141 \subsection{Line In} This option activates the line in port on \dap, which is
142 off by default. This is useful for such applications as:
143 \begin{itemize}
144 \item Game boy $\rightarrow$ \dap $\rightarrow$ human
145 \item laptop $\rightarrow$ \dap $\rightarrow$ human
146 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
147 \end{itemize}
148}
149
150\opt{HAVE_CAR_ADAPTER_MODE}{
125\subsection{Car Adapter Mode} 151\subsection{Car Adapter Mode}
126 This option turns \setting{On} and \setting{Off} the car ignition 152 This option turns \setting{On} and \setting{Off} the car ignition
127 auto stop function. 153 auto stop function.
@@ -144,13 +170,25 @@ This sub menu relates to limits in the Rockbox operating system.
144 playback. 170 playback.
145} 171}
146 172
147% TODO: this needs to be rewritten in another style, but i really don't know what kind of "line in" this describes... isn't it used for recording? 173\opt{HAVE_BUTTON_LIGHTS}{
148\opt{player}{ 174 \opt{e200}{
149 \subsection{Line In} This option activates the line in port on \dap, which is 175 \subsection{Wheel Light Timeout}
150 off by default. This is useful for such applications as: 176 This setting controls the amount of time the wheel lights shine after a
151 \begin{itemize} 177 button press or wheel turn. If set to \setting{Off}, the LEDs will not
152 \item Game boy $\rightarrow$ \dap $\rightarrow$ human 178 light when a button is pressed. If set to \setting{On}, the lights will
153 \item laptop $\rightarrow$ \dap $\rightarrow$ human 179 never shut off. If set to a time (1 to 120 seconds), the wheel will stay
154 \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human 180 lit for that amount of time after a button press or wheel turn.
155 \end{itemize} 181 }
182 \nopt{e200}{
183 \subsection{Button Light Timeout}
184 This setting controls the amount of time the button lights shine after a
185 button press. If set to \setting{Off}, the LEDs will not light when a
186 button is pressed. If set to \setting{On}, the lights will never shut off.
187 If set to a time (1 to 120 seconds), the buttons will stay lit for
188 that amount of time after a button press.
189 }
190 \opt{gigabeatf}{
191 \subsection{Button Light Brightness}
192 Changes the brightness of the button lights.
193 }
156} 194}
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex
index a01979ad55..9ef8c9e4f1 100644
--- a/manual/platform/c200.tex
+++ b/manual/platform/c200.tex
@@ -9,6 +9,9 @@
9\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 10\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
12\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
13\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
14\edef\UseOption{\UseOption,HAVE_RECORDING}
12\edef\UseOption{\UseOption,sansa} 15\edef\UseOption{\UseOption,sansa}
13 16
14\newcommand{\playerman}{Sansa} 17\newcommand{\playerman}{Sansa}
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index 0e44201edd..52646b1a59 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -13,6 +13,8 @@
13\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 13\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
14\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 14\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
15\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 15\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
16\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
17\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
16\edef\UseOption{\UseOption,sansa} 18\edef\UseOption{\UseOption,sansa}
17 19
18\newcommand{\playerman}{Sansa} 20\newcommand{\playerman}{Sansa}
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex
index 1f8ab957fc..e7bac745df 100644
--- a/manual/platform/gigabeatf.tex
+++ b/manual/platform/gigabeatf.tex
@@ -8,6 +8,10 @@
8\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 8\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 9\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 10\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
11\edef\UseOption{\UseOption,HAVE_DIRCACHE}
12\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
13\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
14\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
11\edef\UseOption{\UseOption,gigabeat} 15\edef\UseOption{\UseOption,gigabeat}
12 16
13\newcommand{\playerman}{Toshiba} 17\newcommand{\playerman}{Toshiba}
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index e340b23f29..3ce43dd4f6 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -12,6 +12,9 @@
12\edef\UseOption{\UseOption,SWCODEC} 12\edef\UseOption{\UseOption,SWCODEC}
13\edef\UseOption{\UseOption,IRIVER_H10_PAD} 13\edef\UseOption{\UseOption,IRIVER_H10_PAD}
14\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 14\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
15\edef\UseOption{\UseOption,HAVE_DIRCACHE}
16\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
17\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
15\edef\UseOption{\UseOption,iriver} 18\edef\UseOption{\UseOption,iriver}
16 19
17\newcommand{\playerman}{Iriver} 20\newcommand{\playerman}{Iriver}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index 0a08944a95..4f1a450803 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -9,6 +9,9 @@
9\edef\UseOption{\UseOption,SWCODEC} 9\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IRIVER_H10_PAD} 10\edef\UseOption{\UseOption,IRIVER_H10_PAD}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12\edef\UseOption{\UseOption,HAVE_DIRCACHE}
13\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
14\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
12\edef\UseOption{\UseOption,iriver} 15\edef\UseOption{\UseOption,iriver}
13 16
14\newcommand{\playerman}{Iriver} 17\newcommand{\playerman}{Iriver}
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 985b9b252f..36adb1a6f3 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -11,6 +11,9 @@
11\edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 11\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
13\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 13\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
14\edef\UseOption{\UseOption,HAVE_DIRCACHE}
15\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
16\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
14\edef\UseOption{\UseOption,iriver} 17\edef\UseOption{\UseOption,iriver}
15 18
16\newcommand{\playerman}{Iriver} 19\newcommand{\playerman}{Iriver}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 5809b6602b..546aaad83a 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -12,6 +12,10 @@
12\edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 12\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
13\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 13\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
14\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 14\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
15\edef\UseOption{\UseOption,HAVE_DIRCACHE}
16\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
17\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
18\edef\UseOption{\UseOption,HAVE_USB_CHARGING}
15\edef\UseOption{\UseOption,iriver} 19\edef\UseOption{\UseOption,iriver}
16 20
17\newcommand{\playerman}{Iriver} 21\newcommand{\playerman}{Iriver}
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
index a0f4c42b22..cb1646ea61 100644
--- a/manual/platform/ipod1g2g.tex
+++ b/manual/platform/ipod1g2g.tex
@@ -9,6 +9,8 @@
9\edef\UseOption{\UseOption,SWCODEC} 9\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IPOD_3G_PAD} 10\edef\UseOption{\UseOption,IPOD_3G_PAD}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12\edef\UseOption{\UseOption,HAVE_DIRCACHE}
13\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
12\edef\UseOption{\UseOption,ipod} 14\edef\UseOption{\UseOption,ipod}
13 15
14\newcommand{\playerman}{Ipod} 16\newcommand{\playerman}{Ipod}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index a604742fc8..6cd5cbee1c 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -9,6 +9,8 @@
9\edef\UseOption{\UseOption,SWCODEC} 9\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IPOD_3G_PAD} 10\edef\UseOption{\UseOption,IPOD_3G_PAD}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12\edef\UseOption{\UseOption,HAVE_DIRCACHE}
13\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
12\edef\UseOption{\UseOption,ipod} 14\edef\UseOption{\UseOption,ipod}
13 15
14\newcommand{\playerman}{Ipod} 16\newcommand{\playerman}{Ipod}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index f04bdb20c5..6c7da3b593 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -9,6 +9,8 @@
9\edef\UseOption{\UseOption,SWCODEC} 9\edef\UseOption{\UseOption,SWCODEC}
10\edef\UseOption{\UseOption,IPOD_4G_PAD} 10\edef\UseOption{\UseOption,IPOD_4G_PAD}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12\edef\UseOption{\UseOption,HAVE_DIRCACHE}
13\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
12\edef\UseOption{\UseOption,ipod} 14\edef\UseOption{\UseOption,ipod}
13 15
14\newcommand{\playerman}{Ipod} 16\newcommand{\playerman}{Ipod}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 2d7b1ef923..3d5eb24907 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -8,6 +8,8 @@
8\edef\UseOption{\UseOption,IPOD_4G_PAD} 8\edef\UseOption{\UseOption,IPOD_4G_PAD}
9\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 10\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
11\edef\UseOption{\UseOption,HAVE_DIRCACHE}
12\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
11\edef\UseOption{\UseOption,ipod} 13\edef\UseOption{\UseOption,ipod}
12 14
13\newcommand{\playerman}{Ipod} 15\newcommand{\playerman}{Ipod}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index 8fbec15ebc..bdc572022a 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -10,6 +10,8 @@
10\edef\UseOption{\UseOption,IPOD_4G_PAD} 10\edef\UseOption{\UseOption,IPOD_4G_PAD}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 12\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
13\edef\UseOption{\UseOption,HAVE_DIRCACHE}
14\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
13\edef\UseOption{\UseOption,ipod} 15\edef\UseOption{\UseOption,ipod}
14 16
15\newcommand{\playerman}{Ipod} 17\newcommand{\playerman}{Ipod}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index 2f513b0ec2..8b6eb97810 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -10,6 +10,7 @@
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 10\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 12\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
13\edef\UseOption{\UseOption,HAVE_DIRCACHE}
13\edef\UseOption{\UseOption,ipod} 14\edef\UseOption{\UseOption,ipod}
14 15
15\newcommand{\playerman}{Ipod} 16\newcommand{\playerman}{Ipod}
@@ -91,7 +92,6 @@
91\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu} 92\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
92\newcommand{\ActionKbdMorseSelect}{\ButtonSelect} 93\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
93 94
94
95%Button actions, Pitch Screen context 95%Button actions, Pitch Screen context
96\newcommand{\ActionPsToggleMode}{\ButtonPlay} 96\newcommand{\ActionPsToggleMode}{\ButtonPlay}
97\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd} 97\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 7993431da4..16147a8580 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -10,6 +10,9 @@
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 10\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
11\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 11\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 12\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
13\edef\UseOption{\UseOption,HAVE_DIRCACHE}
14\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
15\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
13\edef\UseOption{\UseOption,ipod} 16\edef\UseOption{\UseOption,ipod}
14 17
15\newcommand{\playerman}{Ipod} 18\newcommand{\playerman}{Ipod}
@@ -91,7 +94,6 @@
91\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu} 94\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
92\newcommand{\ActionKbdMorseSelect}{\ButtonSelect} 95\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
93 96
94
95%Button actions, Pitch Screen context 97%Button actions, Pitch Screen context
96\newcommand{\ActionPsToggleMode}{\ButtonPlay} 98\newcommand{\ActionPsToggleMode}{\ButtonPlay}
97\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd} 99\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex
index 2149ae4ce1..9e96dcb095 100644
--- a/manual/platform/m5.tex
+++ b/manual/platform/m5.tex
@@ -10,6 +10,9 @@
10\edef\UseOption{\UseOption,IAUDIO_X5_PAD} 10\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
11\edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 11\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
13\edef\UseOption{\UseOption,HAVE_DIRCACHE}
14\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
15\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
13\edef\UseOption{\UseOption,iaudio} 16\edef\UseOption{\UseOption,iaudio}
14 17
15\newcommand{\playerman}{Iaudio} 18\newcommand{\playerman}{Iaudio}
@@ -33,7 +36,7 @@
33\newcommand{\ButtonPower}{\btnfnt{Power}} 36\newcommand{\ButtonPower}{\btnfnt{Power}}
34\newcommand{\ButtonRec}{\btnfnt{Rec}} 37\newcommand{\ButtonRec}{\btnfnt{Rec}}
35\newcommand{\ButtonPlay}{\btnfnt{Play}} 38\newcommand{\ButtonPlay}{\btnfnt{Play}}
36\newcommand{\ButtonHold}{\btnfnt{Hold}} 39\newcommand{\ButtonHold}{\btnfnt{Hold}}
37 40
38%Button actions, standard context 41%Button actions, standard context
39\newcommand{\ActionStdPrev}{\ButtonUp} 42\newcommand{\ActionStdPrev}{\ButtonUp}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index 44e315bf2a..baf750cc6e 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -10,6 +10,7 @@
10\edef\UseOption{\UseOption,CONFIG_TUNER} 10\edef\UseOption{\UseOption,CONFIG_TUNER}
11\edef\UseOption{\UseOption,MASCODEC} 11\edef\UseOption{\UseOption,MASCODEC}
12\edef\UseOption{\UseOption,ONDIO_PAD} 12\edef\UseOption{\UseOption,ONDIO_PAD}
13\edef\UseOption{\UseOption,BATTERY_TYPES}
13\edef\UseOption{\UseOption,archos} 14\edef\UseOption{\UseOption,archos}
14 15
15\newcommand{\playerman}{Archos} 16\newcommand{\playerman}{Archos}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 61d19ffea8..b75e9b7720 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -7,6 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7\edef\UseOption{\UseOption,HAVE_LCD_FLIP}
8\edef\UseOption{\UseOption,MASCODEC} 8\edef\UseOption{\UseOption,MASCODEC}
9\edef\UseOption{\UseOption,ONDIO_PAD} 9\edef\UseOption{\UseOption,ONDIO_PAD}
10\edef\UseOption{\UseOption,BATTERY_TYPES}
10\edef\UseOption{\UseOption,archos} 11\edef\UseOption{\UseOption,archos}
11 12
12\newcommand{\playerman}{Archos} 13\newcommand{\playerman}{Archos}
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 45117432d7..7a1c675b53 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -3,6 +3,8 @@
3\edef\UseOption{\UseOption,MASCODEC} 3\edef\UseOption{\UseOption,MASCODEC}
4\edef\UseOption{\UseOption,PLAYER_PAD} 4\edef\UseOption{\UseOption,PLAYER_PAD}
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
6\edef\UseOption{\UseOption,archos} 8\edef\UseOption{\UseOption,archos}
7 9
8\newcommand{\playerman}{Archos} 10\newcommand{\playerman}{Archos}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 23595be305..fedfba651e 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -8,6 +8,8 @@
8\edef\UseOption{\UseOption,MASCODEC} 8\edef\UseOption{\UseOption,MASCODEC}
9\edef\UseOption{\UseOption,RECORDER_PAD} 9\edef\UseOption{\UseOption,RECORDER_PAD}
10\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 10\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
11\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
12\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
11\edef\UseOption{\UseOption,archos} 13\edef\UseOption{\UseOption,archos}
12 14
13\newcommand{\playerman}{Archos} 15\newcommand{\playerman}{Archos}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index ce0daf6ddf..da69105aac 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -10,6 +10,8 @@
10\edef\UseOption{\UseOption,MASCODEC} 10\edef\UseOption{\UseOption,MASCODEC}
11\edef\UseOption{\UseOption,RECORDER_PAD} 11\edef\UseOption{\UseOption,RECORDER_PAD}
12\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
13\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
14\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
13\edef\UseOption{\UseOption,archos} 15\edef\UseOption{\UseOption,archos}
14 16
15\newcommand{\playerman}{Archos} 17\newcommand{\playerman}{Archos}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 27d7f95895..9750754846 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -14,6 +14,9 @@
14\edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 14\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
15\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 15\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
16\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 16\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
17\edef\UseOption{\UseOption,HAVE_DIRCACHE}
18\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
19\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
17\edef\UseOption{\UseOption,iaudio} 20\edef\UseOption{\UseOption,iaudio}
18 21
19\newcommand{\playerman}{Iaudio} 22\newcommand{\playerman}{Iaudio}