summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2009-10-04 06:19:10 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2009-10-04 06:19:10 +0000
commit2e0af89327e702f727f2fd76709f39856d275f9f (patch)
tree4d69b7da518d290573b3a031d30bebef06c752fb
parent753ca717b4625e326ccf10ee574079e24bedd06b (diff)
downloadrockbox-2e0af89327e702f727f2fd76709f39856d275f9f.tar.gz
rockbox-2e0af89327e702f727f2fd76709f39856d275f9f.zip
Show USB HID mouse mode in manual only in targets which supports it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22912 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/features.txt3
-rw-r--r--manual/configure_rockbox/system_options.tex2
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index f2822da4b7..e503a4c963 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -198,6 +198,9 @@ usb_charging
198usbstack 198usbstack
199#if defined(USB_ENABLE_HID) 199#if defined(USB_ENABLE_HID)
200usb_hid 200usb_hid
201#if defined(HAVE_USB_HID_MOUSE)
202usb_hid_mouse
203#endif
201#endif 204#endif
202#endif 205#endif
203 206
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index ec1dd052a0..a48d004e42 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -443,6 +443,7 @@ this option \setting{On}. If it is not required, then turning this setting
443 \end{btnmap} 443 \end{btnmap}
444 \end{table} 444 \end{table}
445 445
446 {\opt{usb_hid_mouse}{
446 \item [Mouse: ]This mode emulates a mouse. Features supported: Mouse 447 \item [Mouse: ]This mode emulates a mouse. Features supported: Mouse
447 movement; left and right button clicking; and dragging and dropping. 448 movement; left and right button clicking; and dragging and dropping.
448 \begin{table} 449 \begin{table}
@@ -482,5 +483,6 @@ this option \setting{On}. If it is not required, then turning this setting
482 & Mouse wheel scroll up / down, respectively \\ 483 & Mouse wheel scroll up / down, respectively \\
483 \end{btnmap} 484 \end{btnmap}
484 \end{table} 485 \end{table}
486 }}
485 \end{description} 487 \end{description}
486} 488}