tuxun

Results 5 comments of tuxun

Hi, @luguina Thanks for PR, its a feature i will definitively use! I was wondering, on the user setting panel, we already can collapse panels, is it more or less...

Are you trying to open the hid device using its linux device path instead of its device id? Its an easy mistake I made multiple time.

Hi, From this post: https://github.com/libusb/hidapi/issues/137#issuecomment-576664696 Its seems hid_open_path doesnt work under android, we need to use hid_open(vendor_id, product_id, NULL); Hoping it will help you

"On Android hidapi is using libusb backend, and it doesn't operate with file-paths, but instead with USB entities, like "bus_number:device_address:interface_number", which makes a path, and it is a correct representation."...

Hello, there, nice discussion, I'm glad to see the problem is solved :+1: Should "we" close the issue? and tag it? It would help the maintainer @BronacusAmmon