I see that both / dev / uinput and / dev / input exist in my Ubuntu and they are similar. They can be used to detect / simulate a key / mouse / touch event. So I'm confused by what is the difference between the two? Thank!
New added:
Yes, I know that / dev / input is a directory, and it contains as event0 ~ 6, and some of them are a key / mouse / touch or something else. I still want to know why uinput and input / eventX exsit together. Why and what is the difference?
source
share