summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/configure_rockbox/system_options.tex14
-rw-r--r--manual/platform/gigabeatfx.tex1
-rw-r--r--manual/platform/sansafuzeplus.tex2
3 files changed, 16 insertions, 1 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 167ffa74d0..30a3237453 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -215,6 +215,20 @@ therefore result in better runtime.
215 \end{description} 215 \end{description}
216} 216}
217 217
218\opt{touchpad}{
219 \subsection{Touchpad}
220 These settings control the functions of touchpad devices.
221 \begin{description}
222 \opt{SANSA_FUZEPLUS_PAD,GIGABEAT_PAD}{
223 \item [Touchpad Senstivity. ]This setting controls the amount of pressure needed to
224 register a touchpad press. If set to \opt{SANSA_FUZEPLUS_PAD}{\setting{25}}\opt{GIGABEAT_PAD}
225 {\setting{High}} the lightest touch will register. If set to \opt{SANSA_FUZEPLUS_PAD}
226 {\setting{-25}}\opt{GIGABEAT_PAD}{\setting{Normal}} a firmer press will be needed to register
227 on the touchpad.
228 }
229 \end{description}
230}
231
218\opt{usb_hid}{ 232\opt{usb_hid}{
219 \subsection{\label{ref:USB_HID}USB HID} 233 \subsection{\label{ref:USB_HID}USB HID}
220 This option turns the USB HID feature \setting{On} and \setting{Off}. 234 This option turns the USB HID feature \setting{On} and \setting{Off}.
diff --git a/manual/platform/gigabeatfx.tex b/manual/platform/gigabeatfx.tex
index 642e402db3..63f31de0cc 100644
--- a/manual/platform/gigabeatfx.tex
+++ b/manual/platform/gigabeatfx.tex
@@ -9,6 +9,7 @@
9\edef\UseOption{\UseOption,gigabeat} 9\edef\UseOption{\UseOption,gigabeat}
10\edef\UseOption{\UseOption,GIGABEAT_RC_PAD} 10\edef\UseOption{\UseOption,GIGABEAT_RC_PAD}
11\edef\UseOption{\UseOption,HAVEREMOTEKEYMAP} 11\edef\UseOption{\UseOption,HAVEREMOTEKEYMAP}
12\edef\UseOption{\UseOption,touchpad}
12 13
13\newcommand{\playerman}{Toshiba} 14\newcommand{\playerman}{Toshiba}
14\newcommand{\playertype}{Gigabeat F and X Series} 15\newcommand{\playertype}{Gigabeat F and X Series}
diff --git a/manual/platform/sansafuzeplus.tex b/manual/platform/sansafuzeplus.tex
index 1d0de4031f..732f64007f 100644
--- a/manual/platform/sansafuzeplus.tex
+++ b/manual/platform/sansafuzeplus.tex
@@ -4,7 +4,7 @@
4\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 4\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
5\edef\UseOption{\UseOption,IMX233} 5\edef\UseOption{\UseOption,IMX233}
6\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 6\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
7 7\edef\UseOption{\UseOption,touchpad}
8 8
9\newcommand{\playerman}{Sansa} 9\newcommand{\playerman}{Sansa}
10\newcommand{\playertype}{Fuze+} 10\newcommand{\playertype}{Fuze+}