summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-03Prevents relabsd_physical_device_read from blocking.HEADmasterNathanael Sensfelder
2021-05-03Potential missed events fix.Nathanael Sensfelder
2020-08-01Adds invert option, updates usage.Nathanael Sensfelder
2020-07-31Implementing what is needed for rel axis renaming.Nathanael Sensfelder
2020-07-23Trying out axis renaming...Nathanael Sensfelder
2020-01-09Adds all the new functionalities.daemonNathanael Sensfelder
Some TODOs and slight coding style inconsistencies remaining, though...
2020-01-07...Nathanael Sensfelder
2020-01-07Seems to work fine with my space navigator.Nathanael Sensfelder
The client <-> server logic is not implemeted yet, though.
2020-01-07Adds compatibility test.nsensfel
2020-01-07...nsensfel
2020-01-06Working on the client/server communication...Nathanael Sensfelder
2020-01-04...Nathanael Sensfelder
2020-01-03...Nathanael Sensfelder
2020-01-03Still working on it...Nathanael Sensfelder
2019-12-31Still working on it...Nathanael Sensfelder
2019-12-27Remembering what was happening in this program...Nathanael Sensfelder
*Maybe* I should document it more. Who knows... I do seem to get one feature request every two years, and pretty much forget all about it inbetween.
2019-12-27Got a clue about the pesky "SYN" messages.Nathanael Sensfelder
I must not have read libevdev's documentation well enough. Hopefully this new approach will work better. The risk would be that the conversion takes too long and properly handling all events leads to an increasing lag between the physical and the virtual device. I should probably add an option to let users indicate they would prefer dropping missed events.
2019-12-26Still working on the daemonization (and rewrite).Nathanael Sensfelder
I am not sure that what I am doing is going to provide what was requested in https://github.com/nsensfel/relabsd/issues/3 but it will at the very least turn relabsd into a proper daemon, and the additions will help create some kind of relabsd device manager if someone needs such a thing.
2019-12-23Starting to turn relabsd into a proper daemon...Nathanael Sensfelder