Alan Ott

Results 57 comments of Alan Ott

> Why this option is set by default ? To avoid some conflicts ? To prevent a device from being opened twice.

Are you using the latest version from git (git clone ...) ? OSX version? It's failing in __pthread_kill()? That doesn't look good. Are you stomping on memory somewhere in your...

Why? And why not the opposite instead or as well? I'd love for it to be hidraw-only, but there are technical issues in the way of that, unfortunately.

> Maybe a better option would be to not build the libusb part if libusb is not available? Maybe but I'd like for any disabling of basic features to be...

Can you combine these patches so they are one patch? Use git rebase -i and git push (you'll need to do --force, but it's ok since I haven't pulled from...

Your audio software probably has the device open already. I'm not sure what you mean by "if I use this condition." Can you explain further or post a patch snippet?

Permissions? Also, many devices are blacklisted from hidraw.

BTW, arduino and USB thumb drives are not HID devices and won't show up in hidapi.

So the write() system call fails. You can see the data being passed in. Are you sure your device can handle the report you're giving it (8-byte un-numbered report)? You're...

It should be the same. Are you using the latest from git?