bronvic

Results 3 comments of bronvic

I faced the same problem. My keyboard has two different inputs in `/dev/input` I looked in `/proc/bus/input/devices` and found them: ``` I: Bus=0003 Vendor=04b4 Product=0818 Version=0111 N: Name="LingYao ShangHai Thumb...

But are you sure that same events would be assigned to same device every time?

I checked event types and properties for my devices and found that there are some differences `/dev/input/event13` (incorrect) has extra event type: [EV_REL](https://www.kernel.org/doc/html/latest/input/event-codes.html#ev-rel) `/dev/input/event7` (correct) has two extra event types:...