Alan Ott

Results 57 comments of Alan Ott

> Perhaps another open method that can take a device handle from hid_enumerate? It seems like I used to use the handle (pointer) as part of the constructed path. Have...

All true. Maybe the enumerate -> store path -> free enumeration -> open use case was the problem. Check the git log on mac/hid.c

Hi Brendan, I'm sorry. I forgot all about this. Are there any glaring drawbacks to your method? I'm sure you probably don't have 10.4, but do you know whether it...

It's how Windows works, unfortunately. You have to give it the length of the longest report, and it gives you the length of the longest report. It's only an issue...

Use gdb and step into hid_open(). Is it a permissions issue?

That seems a very awkward design choice, to pass in a device just to use the error string/code. Also, hid_device is opaque (you can use a pointer only), because it's...

The patch attached to this pull request makes some assertions in the documentation but doesn't actually implement any functionality. To answer your last post, I'd like users to not have...

ok, there are three patches and I only saw the one. Nevermind. I'll look closer.

I don't have one of those chips. Have you tried it on yours? There are some differences on that one. It only has 8 endpoints, and I don't know what...