summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Brown <foolsh.person@gmail.com>2013-12-02 16:02:07 -0500
committerMichael Giacomelli <giac2000@hotmail.com>2013-12-08 01:31:41 +0100
commit43f1ac8510596f217c662218523e0a101dee224c (patch)
treeaca4ad2c8751cab8ce415c104a0589764438b8d6
parent99835fa38b9dad3eb07a8029d51adc8edad59406 (diff)
downloadrockbox-43f1ac8510596f217c662218523e0a101dee224c.tar.gz
rockbox-43f1ac8510596f217c662218523e0a101dee224c.zip
Docs: Manual entry for touchpad settings.
New section Touchpad added to the manual. Gigabeatfx and SansaFuze+ entries added for touchpad sensitivity setting. Change-Id: I0c5a173d6ad479c4e6995cf5045d90da6cc216ab Reviewed-on: http://gerrit.rockbox.org/689 Reviewed-by: Benjamin Brown <foolshperson@gmail.com> Tested: Benjamin Brown <foolshperson@gmail.com> Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
-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+}