Subject: USB connect/removal events
To: None <current-users@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: current-users
Date: 09/21/2000 00:09:22
Hi,

I'm trying to track USB device removals and connects.
usb(4) states to do this you can poll /dev/usbx.

I'm using select and the call returns immediately
stating that a device change has happened (even
if it didn't happen),
How can I clear this event, so calling select
again will really wait for a device change?

regards,
chris