Tim Dijkstra schrieb: > Hi, > > A while back I've added splash support to the userspace software > suspend utility found at suspend.sf.net. Underneath it uses directfb. > There is one bit I haven't quite got to work and that is really simple > keyboard input. > > The problem is that during suspend, we instruct the kernel to freeze > all userspace except the thread we're currently in. If we do this it > seems we loose the keyboard too. Now my suspicion is that keyboard > support directfb always uses a different thread.
Yes, DirectFB usually has an input thread per device. Do you get error messages? Maybe the read() result code needs some special handling in your case. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
