Mike has reported an interesting error when he unplugs and plugs in a keyboard into his new setup. After he does this the user input routine is begins failing during a read from /dev/input/eventN where N is the event number. The error that the read reports is errno=19 (ENODEV - no such device). To me, this indicates that the devices are being re-enumerated, and the devices I had open and were using are no longer valid. This is not the correct behavior. Any event device that is open and being used should remain valid until closed. At this point this breaks the input from the IR remote and from the keypad, and needs to return to its prior behavior. Could you please enter a bug into jira regarding this?
Thanks tom _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
