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
This commit is contained in:
Tomer Shalev 2009-10-04 06:19:10 +00:00
parent 753ca717b4
commit 2e0af89327
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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}
}