summaryrefslogtreecommitdiffstats
path: root/discover/params.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix params.c loggingGeoff Levand2011-12-041-4/+4
| | | | | | | Fixes build warnings like these: implicit declaration of function ‘pb_log’ Signed-off-by: Geoff Levand <geoff@infradead.org>
* Fix params.c build warningsGeoff Levand2011-12-041-2/+2
| | | | | | | Fixes warnings like these: warning: no previous prototype Signed-off-by: Geoff Levand <geoff@infradead.org>
* Log server messages to fileGeoff Levand2009-03-231-4/+4
| | | | | | | Log discover server messages to a file. Helps in debugging the server when is has problems at system startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
* Initial support for multiple UIsJeremy Kerr2008-12-151-0/+595
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>
OpenPOWER on IntegriCloud