aboutsummaryrefslogtreecommitdiff
path: root/uinput_mng
Commit message (Collapse)AuthorAge
* uinput_mng: disregard events for removed devicesHEADmasterAnton Khirnov2023-01-21
|
* uinput_mng: handle OSError in PhysDevices.remove()Anton Khirnov2023-01-21
| | | | Erasing effects might raise OSError if the device was already unplugged.
* uinput_mng: forward LED eventsAnton Khirnov2022-10-11
|
* uinput_mng: reduce log level of FF effect operationsAnton Khirnov2022-05-23
|
* uinput_mng: implement updating FF effectsAnton Khirnov2022-05-18
|
* uinput_mng: remove accidentally committed printAnton Khirnov2022-03-19
|
* 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