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
Instead of having a single hid_init()/hid_exit() we need to have independent HIDAPI contexts, so that HIDAPI can be used by different threads/modules independently.
Instead of having a single
hid_init()
/hid_exit()
we need to have independent HIDAPI contexts, so that HIDAPI can be used by different threads/modules independently.e.g.:
Details to be refined/updated.
The text was updated successfully, but these errors were encountered: