Denis Arnst
Denis Arnst
Does the issue still exist? Maybe a different interfaceID is needed.
I'd simply try it without that plugin. Wireshark is quite powerful and has a lot of filters.
> @Sapd would you be willing to review a PR if I make one? Sure, feel free to open up a PR any time. Things can then still be completely...
Does Sidetone work? If yes, the problem is most likely, that the battery feature is in a different usagepageid. That means the software can currently only support one feature at...
> That means the software can currently only support one feature at a time, as it wasn't developed with that in mind (as on Linux, it does not matter which...
You can also test it without recompiling now, e.g.: `./headsetcontrol --dev -- --device 0x1038:0x12c2 --usage 0x0:0x1 --send "0x20, 0x00" --sleep 50 --receive` and if it works you can add it...
Hmm "No data to read" sounds however like the request is correct. Maybe simple try it multiple times, maybe also without the --sleep option. Otherwise you have to indeed try...
The command which we have for turning of LEDs, probably does too much (turning of buttons too).
Seems to be related to the issue of this project https://github.com/ckb-next/ckb-next/issues/81
So I have now taken another very close look at the protocol. And it's more complex than I thought. Practically there are two modes, I call them hardware and software...