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
I'm not entirely sure what is missing, but I suspect it might be a missing claim. Indeed enumerating devices it's not reporting those that are actually opened (e.g. by X11), and if I go and check, it turns out it can't get the iProduct/iManufacturer with an EPIPE error.
If I force it to return something and try to WriteFeature, I also get an EPIPE error. This is unfortunate as it makes it essentially unusable for what I was trying to use it for :(
Equivalent C code working on the same device through the hidapi library works perfectly fine (I'm lost as to why you're not just wrapping that, at this point..)
The text was updated successfully, but these errors were encountered:
I'm not entirely sure what is missing, but I suspect it might be a missing claim. Indeed enumerating devices it's not reporting those that are actually opened (e.g. by X11), and if I go and check, it turns out it can't get the iProduct/iManufacturer with an EPIPE error.
If I force it to return something and try to
WriteFeature
, I also get an EPIPE error. This is unfortunate as it makes it essentially unusable for what I was trying to use it for :(Equivalent C code working on the same device through the hidapi library works perfectly fine (I'm lost as to why you're not just wrapping that, at this point..)
The text was updated successfully, but these errors were encountered: