summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-01-06 11:35:47 +0000
committerNils Wallménius <nils@rockbox.org>2009-01-06 11:35:47 +0000
commit4add1af7637e34567c5dedd6acfee3ccc4c0e8ac (patch)
tree6c3f8ec8682e8f4324a2f8bfb7f50d2a601695e8
parentae1fb3e1fb963f8ef85185e68025f0c6e45cf2cb (diff)
downloadrockbox-4add1af7637e34567c5dedd6acfee3ccc4c0e8ac.tar.gz
rockbox-4add1af7637e34567c5dedd6acfee3ccc4c0e8ac.zip
A couple of small fixes for the gigabeat s manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19698 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/file_formats.tex5
-rw-r--r--manual/configure_rockbox/system_options.tex3
-rw-r--r--manual/platform/keymap-gigabeats.tex2
-rw-r--r--manual/rockbox_interface/main.tex28
4 files changed, 22 insertions, 16 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index 839a565e7e..721082e5aa 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -86,9 +86,12 @@
86 \opt{h100,h300,x5,m5,m3}{ 86 \opt{h100,h300,x5,m5,m3}{
87 Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\ 87 Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\
88 } 88 }
89 \opt{gigabeat}{ 89 \opt{gigabeatf}{
90 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\ 90 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\
91 } 91 }
92 \opt{gigabeats}{
93 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode fast enough to be useful. \\
94 }
92 \nopt{h100,h300,x5,m5,m3,gigabeat}{% 95 \nopt{h100,h300,x5,m5,m3,gigabeat}{%
93 Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\ 96 Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\
94 } 97 }
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 8c7d93ffe2..a6c62021a8 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -27,6 +27,8 @@
27 \opt{ipod3g}{630mAh}% 27 \opt{ipod3g}{630mAh}%
28 \opt{ipod1g2g}{1200mAh}% 28 \opt{ipod1g2g}{1200mAh}%
29 \opt{m5,x5}{950mAh}% 29 \opt{m5,x5}{950mAh}%
30 \opt{gigabeatf}{2000mAh}%
31 \opt{gigabeats}{700mAh}%
30 , which is the capacity value for the standard 32 , which is the capacity value for the standard
31 \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap. 33 \opt{archos}{batteries}\nopt{archos}{battery} shipped with the \dap.
32 Rockbox uses this value to estimate remaining battery life for the 34 Rockbox uses this value to estimate remaining battery life for the
@@ -47,7 +49,6 @@
47 ``Alkaline'' or ``NiMH''.} 49 ``Alkaline'' or ``NiMH''.}
48 50
49 \opt{usb_charging}{ 51 \opt{usb_charging}{
50%TODO: check where it is working correctly (except H300) and append the option to the respective platform file
51 \item [Charge During USB Connection: ]This option lets you control whether 52 \item [Charge During USB Connection: ]This option lets you control whether
52 the \dap{} should charge during the USB connection and hence draw the 53 the \dap{} should charge during the USB connection and hence draw the
53 full 500mA. Turning it \setting{Off} is recommended if the dap{} is 54 full 500mA. Turning it \setting{Off} is recommended if the dap{} is
diff --git a/manual/platform/keymap-gigabeats.tex b/manual/platform/keymap-gigabeats.tex
index 1b5bcde97f..28e79ddf63 100644
--- a/manual/platform/keymap-gigabeats.tex
+++ b/manual/platform/keymap-gigabeats.tex
@@ -32,7 +32,7 @@
32\newcommand{\ActionWpsPlay}{\ButtonPlay} 32\newcommand{\ActionWpsPlay}{\ButtonPlay}
33\newcommand{\ActionWpsSkipNext}{\ButtonRight{} or \ButtonNext} 33\newcommand{\ActionWpsSkipNext}{\ButtonRight{} or \ButtonNext}
34\newcommand{\ActionWpsSkipPrev}{\ButtonLeft{} or \ButtonPrev} 34\newcommand{\ActionWpsSkipPrev}{\ButtonLeft{} or \ButtonPrev}
35\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft{} or Long \ButtonNext} 35\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft{} or Long \ButtonPrev}
36\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight{} or Long \ButtonNext} 36\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight{} or Long \ButtonNext}
37\newcommand{\ActionWpsAbSetBNextDir}{\ButtonBack{} + \ButtonRight} 37\newcommand{\ActionWpsAbSetBNextDir}{\ButtonBack{} + \ButtonRight}
38\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonBack{} + \ButtonLeft} 38\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonBack{} + \ButtonLeft}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index b9da763e9f..985fdf58b2 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -228,27 +228,29 @@ described in detail in the following paragraph.
228 down to turn the \dap{} on or off.} 228 down to turn the \dap{} on or off.}
229 % 229 %
230 \opt{gigabeats}{ 230 \opt{gigabeats}{
231 Hold the \dap{} with the screen on top and the controls on the right hand side. 231 Hold the \dap{} with the screen on top and the controls on the right hand side.
232 Below the screen is a cross-shaped pad which contains the \ButtonUp{}, 232 Directly below the bottom edge of the screen are two buttons, \ButtonBack{}
233 \ButtonDown{}, \ButtonLeft{}, \ButtonRight{} and \ButtonSelect{} controls. 233 on the left and \ButtonMenu{} on the right. Below them is a cross-shaped pad
234 On the top of the unit from left to right are the headphone socket and the 234 which contains the \ButtonUp{}, \ButtonDown{}, \ButtonLeft{}, \ButtonRight{}
235 and \ButtonSelect{} controls.
236 On the top of the unit from left to right are the headphone socket and the
235 \ButtonHold{} switch. The \ButtonHold{} switch puts the \dap{} into 237 \ButtonHold{} switch. The \ButtonHold{} switch puts the \dap{} into
236 hold mode when it is switched to the right of the unit. 238 hold mode when it is switched to the right of the unit.
237 The buttons will have no effect when this is the case. 239 The buttons will have no effect when this is the case.
238 240
239 Starting from the left hand side on the bottom of the unit, nearer to the back 241 Starting from the left hand side on the bottom of the unit, nearer to the back
240 than the front, is a recessed switch which controls whether the battery is on 242 than the front, is a recessed switch which controls whether the battery is on
241 or off. When this switch is to the left, the battery is disconnected. 243 or off. When this switch is to the left, the battery is disconnected.
242 This can be used for a hard reset of the unit, or if the \dap{} is being placed 244 This can be used for a hard reset of the unit, or if the \dap{} is being placed
243 in storage. Next to that is a custom connector, presumably for planned accessories 245 in storage. Next to that is a custom connector, presumably for planned accessories
244 which were never released, and finally on the right hand side of the bottom of the 246 which were never released, and finally on the right hand side of the bottom of the
245 unit is a mini USB socket for connecting directly to USB. 247 unit is a mini USB socket for connecting directly to USB.
246 248
247 Finally on the right hand side of the unit are some control buttons. Going from 249 Finally on the right hand side of the unit are some control buttons. Going from
248 the bottom of the unit to the top there are three small round buttons, the 250 the bottom of the unit to the top there are three small round buttons, the
249 \ButtonNext{} buttton, \ButtonPlay{} button, and \ButtonPrev{} button (from bottom 251 \ButtonNext{} buttton, \ButtonPlay{} button, and \ButtonPrev{} button (from bottom
250 to top) then a rocker volume switch with of the \ButtonVolDown{} button below the 252 to top) then a rocker volume switch with of the \ButtonVolDown{} button below the
251 \ButtonVolUp{} button. Above that is one more small round button, the \ButtonPower{} 253 \ButtonVolUp{} button. Above that is one more small round button, the \ButtonPower{}
252 button, which is held down to turn the \dap{} on or off.} 254 button, which is held down to turn the \dap{} on or off.}
253 % 255 %
254 \opt{mrobe100}{ 256 \opt{mrobe100}{