aboutsummaryrefslogtreecommitdiff
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.
* dev_add: print device name/phys in the logAnton Khirnov2023-01-21
|
* uinput_mng: forward LED eventsAnton Khirnov2022-10-11
|
* dev_add: actually exit when the remote hangs upAnton Khirnov2022-10-11
|
* uinput_mng: reduce log level of FF effect operationsAnton Khirnov2022-05-23
|
* uinput_mng: implement updating FF effectsAnton Khirnov2022-05-18
|
* dev_add: add devices by name regex rather than pathAnton Khirnov2022-03-19
| | | | Also, watch for new devices using udevadm monitor.
* 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
|
* Add dev_add, a script that adds a device and removes it when terminatedAnton 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
|
* inputdev_describe: filter out tautological SYN capAnton Khirnov2022-02-11
|
* Add a script for producing a device description in JSON.Anton Khirnov2020-02-12