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)
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 @@
WPS. Selecting \setting{Previous Screen} will make Rockbox start in the
screen it was when the \dap{} was shut off.
-\subsection{Battery}
- Options relating to the \opt{archos}{batteries}\nopt{archos}{battery}
- in the \dap.
+\nopt{sansa}%will probably be there on Sansas one day - exclude it the simple way without specific option
+{
+ \subsection{Battery}
+ Options relating to the \opt{archos}{batteries}\nopt{archos}{battery}
+ in the \dap.
\begin{description}
\item [Battery Capacity: ]This setting can be used to tell Rockbox what
capacity (in mAh) the battery being used has. The default is
@@ -20,31 +22,42 @@
\opt{ipodmini}{400mAh (1G) or 630mAh (2G)}%
\opt{ipodcolor}{700mAh}%
\opt{ipodnano,ipodvideo,ipod4g,ipod3g}{\fixme{unknown}}%
- \opt{x5}{950mAh}%
+ \opt{m5,x5}{950mAh}%
, which is the capacity value for the standard
\opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap.
- Rockbox uses this value to estimate remaining battery life for the
- statusbar and WPS. Changing this setting has no effect whatsoever on
- actual battery life. This setting only affects the accuracy of the
- battery life estimation as shown on screen.
-
- \opt{ipod}{This value is fairly meaningless in the \playerman{} family at
- present, and work is on-going into finding a better way to determine
- battery life.}
-
- \opt{ondiosp,ondiofm}{
- \item [Battery Type: ]This setting tells Rockbox which type of battery
- is currently used in the \dap{}. The two supported battery types are
- ``Alkaline'' or ``NiMH''.
- }
- \end{description}
+ Rockbox uses this value to estimate remaining battery life for the
+ info screen and WPS. Changing this setting has no effect whatsoever on
+ actual battery life. This setting only affects the accuracy of the
+ battery life estimation as shown on screen.
+ \opt{iaudio}{Rockbox does not automatically distinguish between the
+ ``L'' models and the ``simple'' models which determine the default
+ value. If your dap{} is an \opt{m5}{M5L}\opt{x5}{X5L} set the value
+ to 2250mAh for more accuracy in the runtime estimation.}
+ \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{}
+ family at present, and work is on-going into finding a better way to
+ determine battery life.}
+
+ \opt{BATTERY_TYPES}{%Ondios only (currently), following the lang features.txt
+ \item [Battery Type: ]This setting tells Rockbox which type of battery
+ is currently used in the \dap{}. The two supported battery types are
+ ``Alkaline'' or ``NiMH''.}
-\nopt{ondiosp,ondiofm}{
+ \opt{HAVE_USB_CHARGING}{
+%TODO: check where it is working correctly (except H300) and append the option to the respective platform file
+ \item [Charge During USB Connection: ]This option lets you control whether
+ the \dap{} should charge during the USB connection and hence draw the
+ full 500mA. Turning it \setting{Off} is recommended if the dap{} is
+ connected through an unpowered USB hub or a laptop port.
+ }
+
+ \end{description}
+}
+\opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE}{
\subsection{Disk}
Options relating to the hard disk.
\begin{description}
- \nopt{ipodnano}{
+ \opt{HAVE_DISK_STORAGE}{
\item [Disk Spindown: ]Rockbox has a timer that makes it spin down the
hard disk after it is idle for a certain amount of time. This setting
controls the amount of time between the last user activity and the time
@@ -54,7 +67,7 @@
afterwards.
}
- \opt{SWCODEC}{
+ \opt{HAVE_DIRCACHE}{
\item [Directory Cache: ]Rockbox has the ability to cache the contents of
your drive in RAM. The \setting{Directory Cache} takes a small amount of
memory away from Rockbox that would otherwise be used to buffer music,
@@ -69,7 +82,7 @@
background.}
}
\end{description}
-} % \nopt{ondiosp,ondiofm}
+} % \opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE}
\opt{CONFIG_RTC}{
\subsection{Time and Date}
@@ -93,15 +106,17 @@ available.
% TODO this isn't quite right for all targets, I think
This option turns the \dap{} off and then starts it up again at the
specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
- the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to adjust the hours.
+ the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to
+ adjust the hours.
\ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
\ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
again before the alarm occurs, the alarm will be cancelled. Using this
option disables the \setting{Sleep Timer}.
+ \opt{HAVE_RECORDING,CONFIG_TUNER}{
\subsection{Alarm Wake up Screen}
This option controls what the \dap{} does when it is woken up by the alarm.
-
+ }
}
\subsection{Limits}
@@ -114,14 +129,25 @@ This sub menu relates to limits in the Rockbox operating system.
the music buffer, so you should increase this setting \emph{only} if you have
directories with a large number of files.
- \item [Max playlist size: ]This setting controls the maximum size of
+ \item [Max playlist size: ]This setting controls the maximum size of
a playlist. The playlist size can be between 1,000 and 32,000 files,
in steps of 1,000 (default is 10,000). Higher values will shorten the
music buffer, so you should increase this setting \emph{only} if you
have very large playlists.
\end{description}
-\opt{player,recorder,recorderv2fm,gigabeat,ipodvideo,iriver,iaudio,e200}{
+% TODO: this needs to be rewritten in another style, it lets you mix sound from another source into the music
+\opt{player}{
+ \subsection{Line In} This option activates the line in port on \dap, which is
+ off by default. This is useful for such applications as:
+ \begin{itemize}
+ \item Game boy $\rightarrow$ \dap $\rightarrow$ human
+ \item laptop $\rightarrow$ \dap $\rightarrow$ human
+ \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
+ \end{itemize}
+}
+
+\opt{HAVE_CAR_ADAPTER_MODE}{
\subsection{Car Adapter Mode}
This option turns \setting{On} and \setting{Off} the car ignition
auto stop function.
@@ -144,13 +170,25 @@ This sub menu relates to limits in the Rockbox operating system.
playback.
}
-% 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?
-\opt{player}{
- \subsection{Line In} This option activates the line in port on \dap, which is
- off by default. This is useful for such applications as:
- \begin{itemize}
- \item Game boy $\rightarrow$ \dap $\rightarrow$ human
- \item laptop $\rightarrow$ \dap $\rightarrow$ human
- \item LAN party computer $\rightarrow$ \dap $\rightarrow$ human
- \end{itemize}
+\opt{HAVE_BUTTON_LIGHTS}{
+ \opt{e200}{
+ \subsection{Wheel Light Timeout}
+ This setting controls the amount of time the wheel lights shine after a
+ button press or wheel turn. If set to \setting{Off}, the LEDs will not
+ light when a button is pressed. If set to \setting{On}, the lights will
+ never shut off. If set to a time (1 to 120 seconds), the wheel will stay
+ lit for that amount of time after a button press or wheel turn.
+ }
+ \nopt{e200}{
+ \subsection{Button Light Timeout}
+ This setting controls the amount of time the button lights shine after a
+ button press. If set to \setting{Off}, the LEDs will not light when a
+ button is pressed. If set to \setting{On}, the lights will never shut off.
+ If set to a time (1 to 120 seconds), the buttons will stay lit for
+ that amount of time after a button press.
+ }
+ \opt{gigabeatf}{
+ \subsection{Button Light Brightness}
+ Changes the brightness of the button lights.
+ }
}
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 @@
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
+\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
+\edef\UseOption{\UseOption,HAVE_RECORDING}
\edef\UseOption{\UseOption,sansa}
\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 @@
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
+\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,sansa}
\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 @@
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
+\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
\edef\UseOption{\UseOption,gigabeat}
\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 @@
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IRIVER_H10_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iriver}
\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 @@
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IRIVER_H10_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iriver}
\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 @@
\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iriver}
\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 @@
\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_USB_CHARGING}
\edef\UseOption{\UseOption,iriver}
\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 @@
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IPOD_3G_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\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 @@
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IPOD_3G_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\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 @@
\edef\UseOption{\UseOption,SWCODEC}
\edef\UseOption{\UseOption,IPOD_4G_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\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 @@
\edef\UseOption{\UseOption,IPOD_4G_PAD}
\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\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 @@
\edef\UseOption{\UseOption,IPOD_4G_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
\edef\UseOption{\UseOption,ipod}
\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 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
\edef\UseOption{\UseOption,ipod}
\newcommand{\playerman}{Ipod}
@@ -91,7 +92,6 @@
\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
-
%Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
\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 @@
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,ipod}
\newcommand{\playerman}{Ipod}
@@ -91,7 +94,6 @@
\newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
\newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
-
%Button actions, Pitch Screen context
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
\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 @@
\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iaudio}
\newcommand{\playerman}{Iaudio}
@@ -33,7 +36,7 @@
\newcommand{\ButtonPower}{\btnfnt{Power}}
\newcommand{\ButtonRec}{\btnfnt{Rec}}
\newcommand{\ButtonPlay}{\btnfnt{Play}}
-\newcommand{\ButtonHold}{\btnfnt{Hold}}
+\newcommand{\ButtonHold}{\btnfnt{Hold}}
%Button actions, standard context
\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 @@
\edef\UseOption{\UseOption,CONFIG_TUNER}
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,ONDIO_PAD}
+\edef\UseOption{\UseOption,BATTERY_TYPES}
\edef\UseOption{\UseOption,archos}
\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 @@
\edef\UseOption{\UseOption,HAVE_LCD_FLIP}
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,ONDIO_PAD}
+\edef\UseOption{\UseOption,BATTERY_TYPES}
\edef\UseOption{\UseOption,archos}
\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 @@
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,PLAYER_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,archos}
\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 @@
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,RECORDER_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,archos}
\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 @@
\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,RECORDER_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,archos}
\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 @@
\edef\UseOption{\UseOption,HAVE_REMOTE_LCD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
+\edef\UseOption{\UseOption,HAVE_DIRCACHE}
+\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
+\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
\edef\UseOption{\UseOption,iaudio}
\newcommand{\playerman}{Iaudio}