Small file to allow the prober to start.
More...
#include <stdio.h>
#include "target_lists.h"
#include "cli_common.h"
Small file to allow the prober to start.
- Author
- Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m
◆ entry_lists
Initial value:= {
NULL,
}
struct xrt_prober_entry quirks_list[]
Definition: cli_prober.c:27
struct xrt_prober_entry target_entry_list[]
Each entry should be a vendor ID (VID), product ID (PID), a "found" function, and a string literal na...
Definition: target_lists.c:71
◆ list
Initial value:= {
NULL,
}
struct xrt_prober_entry * entry_lists[]
Definition: cli_prober.c:32
xrt_auto_prober_creator target_auto_list[]
Definition: target_lists.c:103
◆ quirks_list
Initial value:= {
{0x1415, 0x2000, ps3_eye_found, "PS3 Eye"},
{0x0000, 0x0000, NULL, NULL},
}