From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Hesse Date: Wed, 27 Jul 2011 16:41:47 +0000 Subject: udev_monitor_receive_device() without polling Message-Id: <20110727184147.65060ce2@leda.vpn.lugor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hello everybody, the function udev_monitor_receive_device() used to be blocking a few releases back. After the change I had to make my application poll for events. Is there any way to to get a blocking behavior and make it work without polling? -- Schoene Gruesse Chris