mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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)
|
||||
(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;
|
||||
#else
|
||||
#error "no port of hid code"
|
||||
|
|
Loading…
Reference in a new issue