|
From: Alec L. <lea...@gm...> - 2014-07-31 20:52:26
|
I have just pushed new commits which enables dynamic loading of drivers. The basic idea is to make it easier to build, install and enhance lirc. Instead of the complicated code for building the right driver for different scenarios we just build all drivers, and loads the one(s) used. This also open up for building drivers out-of-tree which should make it easier to create user-space drivers. The bad news is that the master branch probably is destabilized by these by these somewhat large changes. We will need some time to shake out the bugs, and add missing pieces such as configuration tools. You have been warned :) --alec |