Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 4 Oct 2001 13:06:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 4 Oct 2001 13:05:49 -0400 Received: from www.transvirtual.com ([206.14.214.140]:32519 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Thu, 4 Oct 2001 13:05:39 -0400 Date: Thu, 4 Oct 2001 10:06:01 -0700 (PDT) From: James Simmons To: Josh Myer cc: linux-kernel@vger.kernel.org Subject: Re: USB Event Daemon? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > 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/