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
The linux-native backend is equivalent to linux-static-hidraw, so you should probably compare the result to that to see where the problem really is. Did you set the udev rules correctly (as explained in the C library's repo)? I know the hidraw backend doesn't find the devices without it, but I don't know about libusb.
On the minimal example from the README on a Raspberry Pi 3+ (64 bit):
The output is:
Printing all available hid devices:
When using the
linux-static-libusb
:The output is:
Printing all available hid devices: 2752:004b
The text was updated successfully, but these errors were encountered: