It's a USB toy. If you take it apart and extract the rotary encoder inside it might or might not be a match for any particular radio. Most radios seem to use a "quadrature" encoder that has two momentary-contact switches inside. They close only while the shaft is between detent positions. This quick make-and-break momentary setup tends to bounce. That is, the contacts are springy enough to make and break a few times the first few milliseconds after they first touch, causing the computer to false trigger. Jumps more than one increment per click, or even advances the wrong way if you spin the knob too fast.
We always used incremental encoders. The two binary outputs were static, with a different 2-bit binary code every click, repeating after four clicks. This was a lot easier to debounce and read it reliably even when spun fast.
Don't know why the radio designers won't use those.
73