You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to implement in go the following: hidapitester --vidpid 046D:C52B --open --length 7 --send-output 0x10,0x01,0x09,0x1c,0x01,0x00,0x00 --read-input
Hi,
I am trying to use go-streamdeck, which internal uses karalabe/hid.
Its a library to control the elgato Stream Deck.
It works under linux, but fails under windows with:
Which is german for "wrong Parameter".
Without known much about USB, and HID: At one point tried the following:
I removed the windows specificas in these lines:
with
At these lines: https://github.com/karalabe/hid/blob/master/hid_enabled.go#L167
Now it works!
I have no Idea why.
Should this be fixed? Or is my device strange?
What would be a good way to write a patch so I can used the unmodifed HID library?
The text was updated successfully, but these errors were encountered: