diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-04 06:19:10 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-04 06:19:10 +0000 |
commit | 2e0af89327e702f727f2fd76709f39856d275f9f (patch) | |
tree | 4d69b7da518d290573b3a031d30bebef06c752fb | |
parent | 753ca717b4625e326ccf10ee574079e24bedd06b (diff) | |
download | rockbox-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.txt | 3 | ||||
-rw-r--r-- | manual/configure_rockbox/system_options.tex | 2 |
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 usbstack #if defined(USB_ENABLE_HID) usb_hid +#if defined(HAVE_USB_HID_MOUSE) +usb_hid_mouse +#endif #endif #endif 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 \end{btnmap} \end{table} + {\opt{usb_hid_mouse}{ \item [Mouse: ]This mode emulates a mouse. Features supported: Mouse movement; left and right button clicking; and dragging and dropping. \begin{table} @@ -482,5 +483,6 @@ this option \setting{On}. If it is not required, then turning this setting & Mouse wheel scroll up / down, respectively \\ \end{btnmap} \end{table} + }} \end{description} } |