You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason when I plug 2 devices in at the same time to the HUB on my monitor the call to GetSerialNumberString for the second device fails (GetLastError returns 2). The wcscmp in hid_open then crashes because the dev serial_number is null.
Putting a Sleep(100) and retrying the GetSerialNumberString obtains the serial number.
The text was updated successfully, but these errors were encountered:
For some reason when I plug 2 devices in at the same time to the HUB on my monitor the call to GetSerialNumberString for the second device fails (GetLastError returns 2). The wcscmp in hid_open then crashes because the dev serial_number is null.
Putting a Sleep(100) and retrying the GetSerialNumberString obtains the serial number.
The text was updated successfully, but these errors were encountered: