New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a1198c237b40f2efbd9993008f8a3b1af0f27822
commit a1198c237b40f2efbd9993008f8a3b1af0f27822
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Oct 10 21:59:23 2011 +0200
Core: Introduce Input Hub via One (if enabled)
The Input Hub provides an asynchronous interface to the input
devices available and those being added / removed.
This adds a new run time option "input-hub=<qid>" where QID is the
One Queue ID of another DirectFB session's Input Hub.
It is used by a new input driver that resembles all input devices
present at the input hub, forwarding all their input events to the
local core.
configure.in | 15 +-
inputdrivers/Makefile.am | 5 +
inputdrivers/input_hub/Makefile.am | 33 ++
inputdrivers/input_hub/input_hub_driver.c | 356 +++++++++++++++++++
src/core/Makefile.am | 2 +
src/core/input.c | 15 +
src/core/input_hub.c | 532 +++++++++++++++++++++++++++++
src/core/input_hub.h | 80 +++++
src/misc/conf.c | 19 +
src/misc/conf.h | 2 +
10 files changed, 1058 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b89dfc6c2bbbcd8bb67ad24d7d8fce3ee6f1c2f7
commit b89dfc6c2bbbcd8bb67ad24d7d8fce3ee6f1c2f7
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Oct 10 21:55:35 2011 +0200
Trace: Comment out log locking until dead lock with libdl is fixed.
The dead lock happens when threads use dladdr and dlopen, in the
dladdr thread the log lock is taken first, but in the dlopen thread
the log lock might be taken by a constructor called from dlopen.
lib/direct/trace.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a62370bfa9e5a71b97cd48bf143d93e7cf2433fd
commit a62370bfa9e5a71b97cd48bf143d93e7cf2433fd
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Oct 10 21:54:22 2011 +0200
One: Disable packet append for now
lib/One/linux-one/src/app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=a1f02b0fe17ee451aea24b9d87ac58a4e830ff92
commit a1f02b0fe17ee451aea24b9d87ac58a4e830ff92
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Oct 10 21:22:38 2011 +0200
Core: Link against One if enabled.
src/Makefile.am | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs