From owner-cvs-all Sun Nov 21 9:44:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F4C814C88; Sun, 21 Nov 1999 09:44:43 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA58209; Sun, 21 Nov 1999 09:44:43 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911211744.JAA58209@freefall.freebsd.org> From: Nick Hibma Date: Sun, 21 Nov 1999 09:44:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.conf.5 usbd.8 usbd.c Makefile src/etc usbd.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/21 09:44:43 PST Modified files: usr.sbin/usbd usbd.8 usbd.c Makefile Added files: usr.sbin/usbd usbd.conf.5 etc usbd.conf Log: Add event queue handling. It triggers activities on events read from /dev/usb. The actions are specified in the file /etc/usbd.conf. usbd.c: - Add event queue (/dev/usb) handling. - Add comments - Clean up code some more usbd.8: - Update manpage for the new command line flags - Remove a duplicate FreeBSD tag from it). usbd.conf, usbd.conf.5, Makefile: - Add the usbd.conf configuration file and the man page for it. NOTE: MAKEDEV already creates the /dev/usb device tree node, no change needed there anymore. Revision Changes Path 1.6 +35 -8 src/usr.sbin/usbd/usbd.8 1.5 +786 -52 src/usr.sbin/usbd/usbd.c 1.4 +1 -0 src/usr.sbin/usbd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message