Re: USB Event Daemon?

James Simmons (jsimmons@transvirtual.com)
Thu, 4 Oct 2001 10:06:01 -0700 (PDT)


> Is there, or if there were, would it be used, a method to notify a
> user-space daemon/program of USB device insertions? A quick search through
> archives didn't show anything.

Do a open on /proc/bus/usb/devices. Do a select on it. When a device is
attached detached select will return. Then read data from /proc/bus/usb/devices.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/