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:
parent
753ca717b4
commit
2e0af89327
2 changed files with 5 additions and 0 deletions
|
@ -198,6 +198,9 @@ usb_charging
|
||||||
usbstack
|
usbstack
|
||||||
#if defined(USB_ENABLE_HID)
|
#if defined(USB_ENABLE_HID)
|
||||||
usb_hid
|
usb_hid
|
||||||
|
#if defined(HAVE_USB_HID_MOUSE)
|
||||||
|
usb_hid_mouse
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -443,6 +443,7 @@ this option \setting{On}. If it is not required, then turning this setting
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
{\opt{usb_hid_mouse}{
|
||||||
\item [Mouse: ]This mode emulates a mouse. Features supported: Mouse
|
\item [Mouse: ]This mode emulates a mouse. Features supported: Mouse
|
||||||
movement; left and right button clicking; and dragging and dropping.
|
movement; left and right button clicking; and dragging and dropping.
|
||||||
\begin{table}
|
\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 \\
|
& Mouse wheel scroll up / down, respectively \\
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
}}
|
||||||
\end{description}
|
\end{description}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue