]> Zhao Yanbai Git Server - minix.git/commit
Upgrade libddekit and introduce devmand.
authorKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 5 Jun 2012 09:43:18 +0000 (09:43 +0000)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Mon, 18 Jun 2012 07:23:42 +0000 (09:23 +0200)
commitade7dc8ded18e69bcb4908663cb226e7cc88f44f
treecfab5a663a6a2ac4e02d14fcf464f58aad47dedc
parent6b8821515da8851628dd9dcd785dacf07085019b
Upgrade libddekit and introduce devmand.

Devmand (Device manager daemon) is the daemon that will
dynamically manage services based on events received from
the system.
16 files changed:
commands/Makefile
commands/devmand/Makefile [new file with mode: 0644]
commands/devmand/devmand.cfg [new file with mode: 0644]
commands/devmand/main.c [new file with mode: 0644]
commands/devmand/proto.h [new file with mode: 0644]
commands/devmand/usb.y [new file with mode: 0644]
commands/devmand/usb_driver.h [new file with mode: 0644]
commands/devmand/usb_scan.l [new file with mode: 0644]
include/ddekit/minix/msg_queue.h
include/ddekit/resources.h
include/minix/sys_config.h
lib/libddekit/src/dde.c
lib/libddekit/src/initcall.c
lib/libddekit/src/msg_queue.c
lib/libddekit/src/usb_client.c
lib/libddekit/src/usb_server.c