On Sun, Feb 11, 2018 at 1:46 PM, Roderick Colenbrander
wrote:
> It is hard to say what is wrong. I would start with reading the uhid /
> hid code and see where you are getting stuck (and double check uhid
> docs). Even for others we would need to do that as it is not easy to
> see what is wrong.
>
It is hard to say what is wrong. I would start with reading the uhid /
hid code and see where you are getting stuck (and double check uhid
docs). Even for others we would need to do that as it is not easy to
see what is wrong.
I'm not sure what your goal is obvious you want to simulate a keyboard
Hello,
I am trying to simulate a keyboard using the uhid interface. The fake
device shows up in dmesg, but attempting to press the "a" key does
nothing I can see. No input appears in the active terminal, nor in an
xev window.
The program receives UHID_OPEN, UHID_START, and UHID_CLOSE.
Many diffe