Re: UHID Device Reports Do Not Generate OS Activity

2018-02-11 Thread R0b0t1
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. >

Re: UHID Device Reports Do Not Generate OS Activity

2018-02-11 Thread Roderick Colenbrander
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

UHID Device Reports Do Not Generate OS Activity

2018-02-10 Thread R0b0t1
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