mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
doc/wand: Add a tiny blurb about prober
This commit is contained in:
parent
4f94ee0c91
commit
80fb9b722b
|
@ -11,3 +11,10 @@ features you want.
|
|||
The first components you will be interacting with is @ref st_prober find the
|
||||
hardware devices and setup a working system, along with the @ref aux code that
|
||||
provides various helpers. You can look at other @ref drv on how to start.
|
||||
|
||||
## Probing
|
||||
|
||||
When should I implement the @ref xrt_auto_prober interface? The answer is not
|
||||
too hard: you use the auto prober interface when the basic USB VID/PID-based
|
||||
interface is not sufficient for you to detect presence/absence of your device,
|
||||
or if you don't want to use the built-in HID support for some reason.
|
||||
|
|
Loading…
Reference in a new issue