Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Same version, but using the mtdev library. | Henrik Rydberg | 2010-10-12 | 1 | -402/+0 |
| | | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se> | ||||
* | Correct mtdev API names | Henrik Rydberg | 2010-06-16 | 1 | -12/+12 |
| | | | | | | | The mtdev queue api functions had wrong names. This patch changes them to the familiar put and get. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> | ||||
* | refactor: Introduce mtdev | Henrik Rydberg | 2010-06-16 | 1 | -0/+402 |
With the addition of the kernel MT slots, the MT event protocol is capable of efficiently propagating changes to a set of tracked contacts. At the same time, the need to treat a variety of different kernel drivers is increased. This patch introduces the mtdev, an abstract MT device which converts all valid MT event formats into a uniform, slotted type B event stream. A command-line test program is included. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> |