DaPutzy

Results 17 comments of DaPutzy

Same here on Ubuntu/Linux Mint. ``` $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 18 Sarah Release: 18 Codename: sarah $ uname -r 4.4.0-21-generic...

Can confirm, there is something fishy with renaming requests via ui 🤔

@tottoszsolt if you are still interested i would be willing to give you a hand?

With [this tool](https://github.com/todbot/hidapitester), could you run: ``` ./hidapitester --vidpid 0951:1718 --open --read-input-forever ``` and capture all the events? i.e. Do an action and capture the corresponding output. Actions beeing: *...

Hi! I opened [this issue](https://github.com/gary-rowe/hid4java/issues/131) a couple days ago and created a [little patch](https://github.com/gary-rowe/hid4java/files/10047591/added_option_to_open_devices_on_darwin_in_non-exclusive_mode.patch.txt) to add the "non-exclusive device open mode" for mac os. I feel like this would be...

I implemented a toggle and the default behaviour is the same as before :) I build this on top of your PR but i just noticed you only changed the...

Created [a new PR](gary-rowe/hid4java#132) as discussed 👍

> * Using the PR at [Improvements to MacOS builds #116](https://github.com/gary-rowe/hid4java/pull/116) I can not get anything to work with that branch: ``` Exception in thread "main" org.hid4java.HidException: Hidapi did not...

I just figured out that the PR does not contain the actual files and they have to be build first. To save me the trouble of doing that i just...

> Is it possible to set up github action to deploy snapshots of what you are talking about? AFAIK github actions are not capable of that. > Or do any...