summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-08-16 09:43:48 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-08-16 09:43:48 +0000
commit5b47b89d16fe2cef7654dba1edaa5043196c9e14 (patch)
tree8848a014b828469c4209149ef42e945c274dd7a9
parente8bbbdffd41d140e442f184a11b194af61a263d8 (diff)
downloadrockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.tar.gz
rockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.zip
First step of completing the target rename in the manual. Some target specific options were already renamed in the rest of the source (e.g. see r23883) but not where they are actually set - in the platform files - leading to parts included or excluded incorrectly. The problem exists for more targets, this commit deals with the supported Iaudios first. Rename 'x5' to 'iaudiox5' (do the same for 'm5' and 'm3'), fix small errors or add missing info related to them along the way, use more appropriate options and simplify code a bit where possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27823 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/config_file_options.tex14
-rw-r--r--manual/appendix/file_formats.tex2
-rw-r--r--manual/configure_rockbox/sound_settings.tex23
-rw-r--r--manual/configure_rockbox/system_options.tex13
-rw-r--r--manual/configure_rockbox/theme_settings.tex6
-rw-r--r--manual/getting_started/iaudio_install.tex8
-rw-r--r--manual/getting_started/installation.tex16
-rw-r--r--manual/platform/iaudiom3.tex2
-rw-r--r--manual/platform/iaudiom5.tex2
-rw-r--r--manual/platform/iaudiox5.tex2
-rw-r--r--manual/rockbox_interface/main.tex10
11 files changed, 52 insertions, 46 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 4e7a2ebcef..4ee8f00faf 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -17,24 +17,24 @@
17 \opt{ipodnano}{-72 to +6}% 17 \opt{ipodnano}{-72 to +6}%
18 \opt{ipodnano2g}{-74 to +6}% 18 \opt{ipodnano2g}{-74 to +6}%
19 \opt{ipodvideo,cowond2}{-89 to +6}% 19 \opt{ipodvideo,cowond2}{-89 to +6}%
20 \opt{x5}{-73 to +6} 20 \opt{iaudiom3,iaudiom5,iaudiox5}{-73 to +6}
21 \opt{e200,e200v2}{-74 to +6} 21 \opt{e200,e200v2}{-74 to +6}
22 \opt{ipodcolor,vibe500}{-74 to +6}% 22 \opt{ipodcolor,vibe500}{-74 to +6}%
23 & dB\\ 23 & dB\\
24 \nopt{x5}{% 24 bass & \opt{masd}{-15 to +15}%
25 bass & \opt{masd}{-15 to +15}%
26 \opt{masf}{-12 to +12}% 25 \opt{masf}{-12 to +12}%
27 \opt{h100,h300}{0 to +24}% 26 \opt{h100,h300}{0 to +24}%
28 \opt{ipod}{-6 to +9}% 27 \opt{ipod}{-6 to +9}%
29 \opt{e200,e200v2,vibe500}{-24 to +24}% 28 \opt{iaudiom3,iaudiom5,iaudiox5,e200,e200v2,vibe500}{%
29 -24 to +24}%
30 & dB\\ 30 & dB\\
31 treble & \opt{masd}{-15 to +15}% 31 treble & \opt{masd}{-15 to +15}%
32 \opt{masf}{-12 to +12}% 32 \opt{masf}{-12 to +12}%
33 \opt{h100,h300}{0 to +6}% 33 \opt{h100,h300}{0 to +6}%
34 \opt{ipod}{-6 to +9}% 34 \opt{ipod}{-6 to +9}%
35 \opt{e200,e200v2,vibe500}{-24 to +24}% 35 \opt{iaudiom3,iaudiom5,iaudiox5,e200,e200v2,vibe500}{%
36 -24 to +24}%
36 & dB\\ 37 & dB\\
37 }%
38 balance & -100 to +100 & \%\\ 38 balance & -100 to +100 & \%\\
39 channels & stereo, mono, custom, mono left, mono right, karaoke 39 channels & stereo, mono, custom, mono left, mono right, karaoke
40 & N/A\\ 40 & N/A\\
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index 56dbbe1701..03a41bb41b 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -130,7 +130,7 @@
130 & & IEEE float 32/64 bit\\ 130 & & IEEE float 32/64 bit\\
131 & & ITU-T G.711 a-low/$\mu$-low\\ 131 & & ITU-T G.711 a-low/$\mu$-low\\
132 & & QuickTime IMA ADPCM\\ 132 & & QuickTime IMA ADPCM\\
133 \opt{gigabeatf,h100,h300,x5,m5,m3,ipodnano2g,clipv1}{ 133 \opt{gigabeatf,h100,h300,iaudiox5,iaudiom5,iaudiom3,ipodnano2g,clipv1}{
134 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 134 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000
135 files decode fast enough to be useful.} 135 files decode fast enough to be useful.}
136 \opt{gigabeats}{ 136 \opt{gigabeats}{
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 542f13b248..4ce6bea6d5 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -10,21 +10,22 @@ change to customise your listening experience.
10 where 0~dB is a reference that indicates the maximum volume that the \dap{} 10 where 0~dB is a reference that indicates the maximum volume that the \dap{}
11 can produce without possible distortion (clipping). All values lower than 11 can produce without possible distortion (clipping). All values lower than
12 this reference will be negative and yield a progressively softer volume. 12 this reference will be negative and yield a progressively softer volume.
13 \opt{player,recorder,recorderv2fm,ondio,x5,m5,ipodnano,ipodnano2g,ipodvideo, 13 \nopt{h100,h300,ondavx777}{%
14 ipodcolor,ipod1g2g,h10,h10_5gb,sansa,sansaAMS,gigabeats,gigabeatf,vibe500}{ 14 Values higher than 0~dB are available and can be used to raise the
15 Values higher than 0~dB are available and can be used to raise the 15 volume more than would otherwise be possible. These volume levels will
16 volume more than would otherwise be possible. These volume levels will 16 ordinarily lead to distorted sound, but might work nicely for music that has
17 ordinarily lead to distorted sound, but might work nicely for music that has 17 an otherwise low volume level.
18 an otherwise low volume level.} 18 }
19 The volume can be adjusted from a 19 The volume can be adjusted from a
20 \opt{player}{minimum of -78~dB to a maximum of +18~dB.}% 20 \opt{player}{minimum of -78~dB to a maximum of +18~dB.}%
21 \opt{recorder,recorderv2fm,ondio}{minimum of -100~dB to a maximum of +12~dB.}% 21 \opt{recorder,recorderv2fm,ondio}{minimum of -100~dB to a maximum of +12~dB.}%
22 \opt{h100,h300}{minimum of -84~dB to a maximum of 0~dB.}% 22 \opt{h100,h300}{minimum of -84~dB to a maximum of 0~dB.}%
23 \opt{x5,m5,ipod3g,ipod4g,gigabeatf,mrobe100}{minimum of -73~dB to a maximum of +6~dB.}% 23 \opt{iaudiom3,iaudiom5,iaudiox5,ipod3g,ipod4g,gigabeatf,mrobe100}{%
24 minimum of -73~dB to a maximum of +6~dB.}%
24 \opt{ipodnano}{minimum of -72~dB to a maximum of +6~dB.}% 25 \opt{ipodnano}{minimum of -72~dB to a maximum of +6~dB.}%
25 \opt{ipodvideo,cowond2}{minimum of -89~dB to a maximum of +6~dB.}% 26 \opt{ipodvideo,cowond2}{minimum of -89~dB to a maximum of +6~dB.}%
26 \opt{ipodnano2g,ipodcolor,ipod1g2g,h10,h10_5gb,sansa,sansaAMS}{minimum of 27 \opt{ipodnano2g,ipodcolor,ipod1g2g,h10,h10_5gb,sansa,sansaAMS}{minimum of
27 -74~dB to a maximum of +6~dB.}% 28 -74~dB to a maximum of +6~dB.}%
28 \opt{gigabeats}{minimum of -90~dB to a maximum of +6~dB.}% 29 \opt{gigabeats}{minimum of -90~dB to a maximum of +6~dB.}%
29 \opt{gigabeatf,vibe500}{minimum of -74~dB to a maximum of +6~dB.}% 30 \opt{gigabeatf,vibe500}{minimum of -74~dB to a maximum of +6~dB.}%
30 \opt{ipodvideo}{\\Remark: Lowering the volume below -57~dB will also affect the line-out 31 \opt{ipodvideo}{\\Remark: Lowering the volume below -57~dB will also affect the line-out
@@ -41,7 +42,8 @@ change to customise your listening experience.
41 \opt{h100,h300}{The minimum setting is 0~dB and the maximum is 24~dB.}% 42 \opt{h100,h300}{The minimum setting is 0~dB and the maximum is 24~dB.}%
42 \opt{ipodnano,ipodnano2g,ipodcolor}{The minimum setting is -6~dB and the maximum is 9~dB.}% 43 \opt{ipodnano,ipodnano2g,ipodcolor}{The minimum setting is -6~dB and the maximum is 9~dB.}%
43 \opt{ipodvideo}{The minimum setting is -12~dB and the maximum is 12~dB.}% 44 \opt{ipodvideo}{The minimum setting is -12~dB and the maximum is 12~dB.}%
44 \opt{x5,sansa,sansaAMS,h10,h10_5gb,vibe500}{The minimum setting is -24~dB and the maximum is 24~dB.} 45 \opt{iaudiom3,iaudiom5,iaudiox5,sansa,sansaAMS,h10,h10_5gb,vibe500}{%
46 The minimum setting is -24~dB and the maximum is 24~dB.}
45 47
46\opt{ipodvideo}{ 48\opt{ipodvideo}{
47\section{Bass Cutoff} 49\section{Bass Cutoff}
@@ -61,7 +63,8 @@ change to customise your listening experience.
61 \opt{h100,h300}{The minimum setting is 0~dB and the maximum is 6~dB.}% 63 \opt{h100,h300}{The minimum setting is 0~dB and the maximum is 6~dB.}%
62 \opt{ipodnano,ipodnano2g,ipodcolor}{The minimum setting is -6~dB and the maximum is 9~dB.}% 64 \opt{ipodnano,ipodnano2g,ipodcolor}{The minimum setting is -6~dB and the maximum is 9~dB.}%
63 \opt{ipodvideo}{The minimum setting is -12~dB and the maximum is 12~dB.}% 65 \opt{ipodvideo}{The minimum setting is -12~dB and the maximum is 12~dB.}%
64 \opt{x5,sansa,sansaAMS,h10,h10_5gb,vibe500}{The minimum setting is -24~dB and the maximum is 24~dB.} 66 \opt{iaudiom3,iaudiom5,iaudiox5,sansa,sansaAMS,h10,h10_5gb,vibe500}{%
67 The minimum setting is -24~dB and the maximum is 24~dB.}
65 68
66\opt{ipodvideo}{ 69\opt{ipodvideo}{
67\section{Treble Cutoff} 70\section{Treble Cutoff}
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index ac39db60b6..62825bdb3f 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -42,7 +42,7 @@
42 \opt{ipod4g}{630~mAh}% 42 \opt{ipod4g}{630~mAh}%
43 \opt{ipod3g}{630~mAh}% 43 \opt{ipod3g}{630~mAh}%
44 \opt{ipod1g2g}{1200~mAh}% 44 \opt{ipod1g2g}{1200~mAh}%
45 \opt{m5,x5}{950~mAh}% 45 \opt{iaudiom3,iaudiom5,iaudiox5}{950~mAh}%
46 \opt{gigabeatf}{2000~mAh}% 46 \opt{gigabeatf}{2000~mAh}%
47 \opt{gigabeats}{700~mAh}% 47 \opt{gigabeats}{700~mAh}%
48 \opt{cowond2}{1600~mAh}% 48 \opt{cowond2}{1600~mAh}%
@@ -52,10 +52,13 @@
52 calculation. Changing this setting has no effect whatsoever on 52 calculation. Changing this setting has no effect whatsoever on
53 actual battery life. This setting only affects the accuracy of the 53 actual battery life. This setting only affects the accuracy of the
54 runtime estimation as shown on screen. 54 runtime estimation as shown on screen.
55 \opt{iaudio}{Rockbox does not automatically distinguish between the 55 \opt{iaudiom3,iaudiom5,iaudiox5}{Rockbox does not automatically distinguish
56 ``L'' models and the ``simple'' models which determine the default 56 between the ``L'' models and the ``simple'' models which determine the
57 value. If your dap{} is an \opt{m5}{M5L}\opt{x5}{X5L} set the value 57 default value. If your dap{} is an
58 to 2250~mAh for more accuracy in the runtime estimation.} 58 \opt{iaudiom3}{M3L}%
59 \opt{iaudiom5}{M5L}%
60 \opt{iaudiox5}{X5L}
61 set the value to 2250~mAh for more accuracy in the runtime estimation.}
59 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{} 62 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{}
60 family at present, and work is on-going into finding a better way to 63 family at present, and work is on-going into finding a better way to
61 determine battery life.} 64 determine battery life.}
diff --git a/manual/configure_rockbox/theme_settings.tex b/manual/configure_rockbox/theme_settings.tex
index 35cf716828..9bcba6f435 100644
--- a/manual/configure_rockbox/theme_settings.tex
+++ b/manual/configure_rockbox/theme_settings.tex
@@ -19,9 +19,9 @@ customize the visual apperance of Rockbox.
19 \opt{recorderv2fm}{\url{http://themes.rockbox.org/index.php?target=fmrecorder}}% 19 \opt{recorderv2fm}{\url{http://themes.rockbox.org/index.php?target=fmrecorder}}%
20 \opt{ondiofm}{\url{http://themes.rockbox.org/index.php?target=ondiofm}}% 20 \opt{ondiofm}{\url{http://themes.rockbox.org/index.php?target=ondiofm}}%
21 \opt{ondiosp}{\url{http://themes.rockbox.org/index.php?target=ondiosp}}% 21 \opt{ondiosp}{\url{http://themes.rockbox.org/index.php?target=ondiosp}}%
22 \opt{m5}{\url{http://themes.rockbox.org/index.php?target=m5}}% 22 \opt{iaudiom5}{\url{http://themes.rockbox.org/index.php?target=m5}}%
23 \opt{x5}{\url{http://themes.rockbox.org/index.php?target=x5}}% 23 \opt{iaudiox5}{\url{http://themes.rockbox.org/index.php?target=x5}}%
24 \opt{m3}{\url{http://themes.rockbox.org/index.php?target=m3}}% 24 \opt{iaudiom3}{\url{http://themes.rockbox.org/index.php?target=m3}}%
25 \opt{h100}{\url{http://themes.rockbox.org/index.php?target=h100}}% 25 \opt{h100}{\url{http://themes.rockbox.org/index.php?target=h100}}%
26 \opt{h300}{\url{http://themes.rockbox.org/index.php?target=h300}}% 26 \opt{h300}{\url{http://themes.rockbox.org/index.php?target=h300}}%
27 \opt{h10_5gb}{\url{http://themes.rockbox.org/index.php?target=h10_5gb}}% 27 \opt{h10_5gb}{\url{http://themes.rockbox.org/index.php?target=h10_5gb}}%
diff --git a/manual/getting_started/iaudio_install.tex b/manual/getting_started/iaudio_install.tex
index 1ef566173e..f714efcca0 100644
--- a/manual/getting_started/iaudio_install.tex
+++ b/manual/getting_started/iaudio_install.tex
@@ -11,9 +11,9 @@ Rockbox bootloader can therefore be very minimalistic, as it does not require
11\begin{itemize} 11\begin{itemize}
12\item Download the Rockbox bootloader binary from 12\item Download the Rockbox bootloader binary from
13\url{http://download.rockbox.org/bootloader/iaudio/}. 13\url{http://download.rockbox.org/bootloader/iaudio/}.
14 \opt{x5}{Use the \fname{x5v\_fw.bin} file if your \dap{} is a X5V. If it is a X5 14 \opt{iaudiox5}{Use the \fname{x5v\_fw.bin} file if your \dap{} is an X5V (without radio).
15 or X5L, use the \fname{x5\_fw.bin} file.} 15 If it is an X5 or X5L, use the \fname{x5\_fw.bin} file.}
16 \opt{m5}{Use the \fname{m5\_fw.bin} file.} 16 \opt{iaudiom5}{Use the \fname{m5\_fw.bin} file.}
17 \opt{m3}{Use the \fname{cowon\_m3.bin} file.} 17 \opt{iaudiom3}{Use the \fname{cowon\_m3.bin} file.}
18\item Copy it to the \fname{FIRMWARE} directory on your \dap{}. 18\item Copy it to the \fname{FIRMWARE} directory on your \dap{}.
19\end{itemize} 19\end{itemize}
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 2ee4f84c29..179210e7f4 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -149,7 +149,7 @@ follow the instructions at
149 simultaneously. Your \dap{} should enter disk mode and you can try 149 simultaneously. Your \dap{} should enter disk mode and you can try
150 reconnecting to the computer. 150 reconnecting to the computer.
151 } 151 }
152 \opt{x5}{ 152 \opt{iaudiox5}{
153 When instructed to connect/disconnect the USB cable, always use 153 When instructed to connect/disconnect the USB cable, always use
154 the USB port through the subpack, not the side `USB Host' port. The side port 154 the USB port through the subpack, not the side `USB Host' port. The side port
155 is intended to be used for USB OTG connections only (digital cameras, memory 155 is intended to be used for USB OTG connections only (digital cameras, memory
@@ -268,7 +268,7 @@ still available to you.\\
268 \dap{} how to load and start other components of Rockbox and for providing 268 \dap{} how to load and start other components of Rockbox and for providing
269 the dual boot function. This is the component of Rockbox that is installed 269 the dual boot function. This is the component of Rockbox that is installed
270 to the flash memory of your \playerman. 270 to the flash memory of your \playerman.
271 \opt{iaudio}{\note{Dual boot does not currently work on the \playertype{}.}}} 271 \opt{iaudiom3,iaudiom5,iaudiox5}{\note{Dual boot does not currently work on the \playertype.}}}
272 272
273\item[The Rockbox firmware.] 273\item[The Rockbox firmware.]
274 \opt{HAVE_RB_BL_IN_FLASH}{Unlike the \playerman{} firmware, which runs 274 \opt{HAVE_RB_BL_IN_FLASH}{Unlike the \playerman{} firmware, which runs
@@ -476,7 +476,7 @@ structure that Rockbox needs.\\}
476 \subsubsection{Installing the bootloader} 476 \subsubsection{Installing the bootloader}
477 \opt{h100,h300}{\input{getting_started/iriver_install.tex}} 477 \opt{h100,h300}{\input{getting_started/iriver_install.tex}}
478 \opt{ipod}{\input{getting_started/ipod_install.tex}} 478 \opt{ipod}{\input{getting_started/ipod_install.tex}}
479 \opt{m3,m5,x5}{\input{getting_started/iaudio_install.tex}} 479 \opt{iaudio}{\input{getting_started/iaudio_install.tex}}
480 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}} 480 \opt{h10,h10_5gb}{\input{getting_started/h10_install.tex}}
481 \opt{gigabeatf}{\input{getting_started/gigabeat_install.tex}} 481 \opt{gigabeatf}{\input{getting_started/gigabeat_install.tex}}
482 \opt{sansa}{\input{getting_started/sansa_install.tex}} 482 \opt{sansa}{\input{getting_started/sansa_install.tex}}
@@ -503,7 +503,7 @@ structure that Rockbox needs.\\}
503 \end{itemize} 503 \end{itemize}
504} 504}
505 505
506\opt{m3,m5,x5}{ 506\opt{iaudiom3,iaudiom5,iaudiox5}{
507 After installing you \emph{need} to power-cycle the 507 After installing you \emph{need} to power-cycle the
508 \dap{} by doing the following steps. 508 \dap{} by doing the following steps.
509 \begin{itemize} 509 \begin{itemize}
@@ -600,7 +600,7 @@ you turn the unit on, Rockbox should load.}
600 } 600 }
601} 601}
602 602
603\opt{m3}{ 603\opt{iaudiom3}{
604 \fixme{Add a note about the charging trick and place it here?} 604 \fixme{Add a note about the charging trick and place it here?}
605} 605}
606 606
@@ -630,7 +630,7 @@ The new build will be installed over your current build.\\
630 630
631\section{Uninstalling Rockbox}\index{Installation!uninstall} 631\section{Uninstalling Rockbox}\index{Installation!uninstall}
632 632
633\nopt{gigabeatf,m5,x5,archos,mrobe100,gigabeats}{ 633\nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,archos,mrobe100,gigabeats}{
634 \note{The Rockbox bootloader allows you to choose between Rockbox and 634 \note{The Rockbox bootloader allows you to choose between Rockbox and
635 the original firmware. (See \reference{ref:Dualboot} for more information.)} 635 the original firmware. (See \reference{ref:Dualboot} for more information.)}
636} 636}
@@ -695,7 +695,7 @@ completely follow the manual uninstallation instructions below.}}
695 instead of \texttt{i} for install. 695 instead of \texttt{i} for install.
696} 696}
697 697
698\opt{m5,x5}{ 698\opt{iaudiom3,iaudiom5,iaudiox5}{
699 If you would like to go back to using the original \playerman{} software, 699 If you would like to go back to using the original \playerman{} software,
700 connect the \dap{} to your computer, download the original \playername{} 700 connect the \dap{} to your computer, download the original \playername{}
701 firmware from the \playerman{} website, and copy it to the \fname{FIRMWARE} 701 firmware from the \playerman{} website, and copy it to the \fname{FIRMWARE}
@@ -727,7 +727,7 @@ completely follow the manual uninstallation instructions below.}}
727\nopt{gigabeats}{ 727\nopt{gigabeats}{
728 If you wish to clean up your disk, you may also wish to delete the 728 If you wish to clean up your disk, you may also wish to delete the
729 \fname{.rockbox} directory and its contents. 729 \fname{.rockbox} directory and its contents.
730 \nopt{m5,x5}{Turn the \playerman{} off. 730 \nopt{iaudiom3,iaudiom5,iaudiox5}{Turn the \playerman{} off.
731 Turn the \dap{} back on and the original \playerman{} software will load.} 731 Turn the \dap{} back on and the original \playerman{} software will load.}
732} 732}
733 733
diff --git a/manual/platform/iaudiom3.tex b/manual/platform/iaudiom3.tex
index b9beafaa84..cf5c347a59 100644
--- a/manual/platform/iaudiom3.tex
+++ b/manual/platform/iaudiom3.tex
@@ -1,5 +1,5 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{m3} 2\def\UseOption{iaudiom3}
3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,IAUDIO_M3_PAD} 4\edef\UseOption{\UseOption,IAUDIO_M3_PAD}
5\edef\UseOption{\UseOption,IAUDIO_RC_PAD} 5\edef\UseOption{\UseOption,IAUDIO_RC_PAD}
diff --git a/manual/platform/iaudiom5.tex b/manual/platform/iaudiom5.tex
index badd96a544..393b86d578 100644
--- a/manual/platform/iaudiom5.tex
+++ b/manual/platform/iaudiom5.tex
@@ -1,5 +1,5 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{m5} 2\def\UseOption{iaudiom5}
3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,IAUDIO_X5_PAD} 4\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
5\edef\UseOption{\UseOption,IAUDIO_RC_PAD} 5\edef\UseOption{\UseOption,IAUDIO_RC_PAD}
diff --git a/manual/platform/iaudiox5.tex b/manual/platform/iaudiox5.tex
index 3b6547cd2e..f05f31781b 100644
--- a/manual/platform/iaudiox5.tex
+++ b/manual/platform/iaudiox5.tex
@@ -1,5 +1,5 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{x5} 2\def\UseOption{iaudiox5}
3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,IAUDIO_X5_PAD} 4\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
5\edef\UseOption{\UseOption,IAUDIO_RC_PAD} 5\edef\UseOption{\UseOption,IAUDIO_RC_PAD}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 0e4ec9ab4a..8303b647ef 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -9,7 +9,7 @@
9% The extension is selected in the preamble, so no further \ifpdfoutput 9% The extension is selected in the preamble, so no further \ifpdfoutput
10% is necessary. 10% is necessary.
11\includegraphics[height=8cm,width=10cm,keepaspectratio=true]{rockbox_interface/images/\specimg-front} 11\includegraphics[height=8cm,width=10cm,keepaspectratio=true]{rockbox_interface/images/\specimg-front}
12\opt{m3}{% replace with HAVEREMOTEKEYMAP when the h100 file exists or change specimg 12\opt{iaudiom3}{% replace with HAVEREMOTEKEYMAP when the h100 file exists or change specimg
13 \end{center} 13 \end{center}
14 % spacing between the two pictures, could possibly be improved 14 % spacing between the two pictures, could possibly be improved
15 \begin{center} 15 \begin{center}
@@ -300,7 +300,7 @@ detail in the following paragraph.
300 bottom of the unit, there is a connector for the docking station or the 300 bottom of the unit, there is a connector for the docking station or the
301 proprietary USB connector for connecting directly to USB.} 301 proprietary USB connector for connecting directly to USB.}
302 % 302 %
303 \opt{x5,m5}{ 303 \opt{iaudiom5,iaudiox5}{
304 The \dap{} is curved so that the end with the screen on it is thicker than the 304 The \dap{} is curved so that the end with the screen on it is thicker than the
305 other end. Hold the \dap{} wih the thick end towards the top and the screen 305 other end. Hold the \dap{} wih the thick end towards the top and the screen
306 facing towards you. Half way up the front of the unit on the right hand side 306 facing towards you. Half way up the front of the unit on the right hand side
@@ -325,8 +325,8 @@ detail in the following paragraph.
325 indicator light, which may feel a bit like a button, but is not. 325 indicator light, which may feel a bit like a button, but is not.
326 326
327 From the top of the \dap{} on the left hand side is the headphone socket, then the 327 From the top of the \dap{} on the left hand side is the headphone socket, then the
328 remote connector. Below this is a cover which protects the \opt{x5}{USB host 328 remote connector. Below this is a cover which protects the \opt{iaudiox5}{USB
329 connector.}\opt{m5}{USB and charging connector}.} 329 host connector.}\opt{iaudiom5}{USB and charging connector}.}
330 % 330 %
331 \opt{e200,e200v2}{ 331 \opt{e200,e200v2}{
332 Hold the \dap{} with the turning wheel at the front and bottom. On the bottom left 332 Hold the \dap{} with the turning wheel at the front and bottom. On the bottom left
@@ -555,7 +555,7 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
555 performed by inserting a paperclip gently into the Reset hole. 555 performed by inserting a paperclip gently into the Reset hole.
556}% 556}%
557 557
558\nopt{gigabeatf,m3,m5,x5,archos} 558\nopt{gigabeatf,iaudiom3,iaudiom5,iaudiox5,archos}
559 { 559 {
560 \subsection{Starting the original firmware} 560 \subsection{Starting the original firmware}
561 \label{ref:Dualboot} 561 \label{ref:Dualboot}