Require exclusive access for MacOS

failbranch
Phil Taylor 2023-02-06 15:54:35 +00:00
rodzic 872c8aee30
commit 3d053c3c96
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ void usbController::init()
else {
#if defined(__APPLE__) && HID_API_VERSION >= HID_API_MAKE_VERSION(0, 12, 0)
hid_darwin_set_open_exclusive(0);
hid_darwin_set_open_exclusive(1);
#endif
qInfo(logUsbControl()) << "Found available HID devices (not all will be suitable for use):";