Tres Finocchiaro

Results 651 comments of Tres Finocchiaro

> It is not a mouse or a keyboard. I had misread this as a pointing device too... It's an illuminated mouse pad and the LEDs are controllable. Perhaps @pez2001...

hid4java uses this library and I believe this issues to be causing major stability problems downstream. Downstream bug report: https://github.com/qzind/tray/issues/137 Note the [crash log also mentions `hid_enumerate()`](https://gist.github.com/tresf/7fa2c32ecead94a8ddb8f0a33dfc427c#file-java-hid-crash-log-L116).

@todbot yes, I believe I am. I'm using it indirectly [through a third party](https://github.com/gary-rowe/hid4java), so I'll have to see if switching is an option. Thanks.

@todbot thanks kindly for this information! What's not immediately obvious is why the `libusb-1.0-0`, `libusb-1.0-0-dev` are left out... or more specifically... how to build without them. How does the build...

> does the target provide both when done? Answering my own question, `libusb-1.0-0 libusb-1.0-0-dev` required and yes, both libraries are built. @todbot I have to thank you for going out...

Tested `UsagePage` on physical hardware (identical OS, NOT in a VM) and received different and even less useful results: | | Endpoint 1 | Endpoint 2 | |--|--------------------------|--------------------------| | MacOS...

Unfortunately no. We (my project) simply cannot support this type of hardware on Linux using the `hidapi` library.

> @tresf would you mind renaming the issue to: "Invalid usage_page values in Linux" ? Done.

> Yes it is working. Worth noting, there seems to be a bug in Windows where the serial number is returned as `?????`. I have tried several HID libraries to...

In response to my previous message... the Windows serial number with question marks is specific to certain hardware, such as Mettler Toledo weight scales. This doesn't occur for all HID...