Skip to content
Discussion options

You must be logged in to vote

It's not possible natively, but you could rewrite your /opt/tinypilot-privileged/init-usb-gadget file to make it act like a pure mouse rather than its current behavior (USB hub with mouse + keyboard inserted).

See this commit for an example of how I changed it to a keyboard-only device:

tiny-pilot/ansible-role-tinypilot@dca65cf

You'd have to take out the keyboard parts as opposed to the mouse parts.

You might also have to find a different value for idProduct because 0xa4ac might be specifically for keyboard, but it's possible that it's for keyboard or mouse.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mtlynch
Comment options

You must be logged in to vote
2 replies
@mtlynch
Comment options

@jancheta
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
3 participants