Skip to content
Discussion options

You must be logged in to vote

Thanks for the comprehensive info!

Your device provides an int3-0-0 generic USB HID interface for the keyboard, instead of an int3-1-1 interface, which is expected by the Circle USB keyboard driver. That's why it does not work. The int3-0-0 interface is a bit tricky to handle, because it requires a HID report descriptor parser. This is implemented in Circle for USB touchscreens and gamepads, but not for keyboards. I don't think, that this will change in the near future.

The serial USB interface int2-2-0 should work, but is probably not driven by MiniDexed. The application needs special support to use USB serial interfaces.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@penfold42
Comment options

@rsta2
Comment options

rsta2 Jun 9, 2026
Maintainer

Answer selected by penfold42
@penfold42
Comment options

@penfold42
Comment options

@rsta2
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants