aboutsummaryrefslogtreecommitdiff
path: root/uinput_mng
Commit message (Collapse)AuthorAge
* uinput_mng: compare SelectorKey.data to None rather than boolAnton Khirnov2022-03-18
| | | | | PhysDevices is a subclass of dict and so will evaluate as false when no devices are bound.
* uinput_mng: add an option to be quietAnton Khirnov2022-03-18
|
* uinput_mng: add the 'clear' control commandAnton Khirnov2022-03-18
|
* Add licence and a readme.Anton Khirnov2022-02-12
|
* uinput_mng: create the control FIFO dir if it does not existAnton Khirnov2022-02-12
|
* uinput_mng: tweak loggingAnton Khirnov2022-02-12
| | | | Remove superfluous newlines.
* uinput_mng: disregard EV_MSC/MSC_SCAN eventsAnton Khirnov2022-02-12
| | | | Those are sent by the keyboard driver.
* Add initial working version of input forwarder/manager.Anton Khirnov2022-02-11