Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use static array for parsers | Geoff Levand | 2012-03-16 | 1 | -1/+1 |
| | | | | | | | | | Change the parser structure array implementation from using an array in a seperate parsers section to a static array of pointers in parser.c. Parser priority is now set by the position in the new parsers array. Signed-off-by: Geoff Levand <geoff@infradead.org> | ||||
* | Use define_parser() for native | Geoff Levand | 2012-03-16 | 1 | -12/+19 |
| | | | | Signed-off-by: Geoff Levand <geoff@infradead.org> | ||||
* | Initial support for multiple UIs | Jeremy Kerr | 2008-12-15 | 1 | -0/+124 |
Move the device discovery code from separate udev helpers to a single process to listen on two sockets: one SOCK_DGRAM for incoming udev events, and one SOCK_STREAM for UIs to connect. Initial support for client/server infrastructure, still need to wire-up the udev messages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> |