mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
st/prober: We want to support HID devices
This commit is contained in:
parent
dbb0461db4
commit
7a039543d1
|
@ -985,7 +985,7 @@ p_open_hid_interface(struct xrt_prober *xp,
|
||||||
|
|
||||||
#elif defined(XRT_OS_WINDOWS)
|
#elif defined(XRT_OS_WINDOWS)
|
||||||
(void)ret;
|
(void)ret;
|
||||||
U_LOG_E("HID devices not supported on Windows, can not open interface (%i)", interface);
|
U_LOG_E("HID devices not yet supported on Windows, can not open interface (%i)", interface);
|
||||||
return -1;
|
return -1;
|
||||||
#else
|
#else
|
||||||
#error "no port of hid code"
|
#error "no port of hid code"
|
||||||
|
|
Loading…
Reference in a new issue