From owner-cvs-all Sun Nov 21 9:30:46 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 CF7D114D34; Sun, 21 Nov 1999 09:30: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 JAA56139; Sun, 21 Nov 1999 09:30:43 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911211730.JAA56139@freefall.freebsd.org> From: Nick Hibma Date: Sun, 21 Nov 1999 09:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h usb_subr.c usb_port.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/21 09:30:42 PST Modified files: sys/dev/usb usb.h usb_subr.c usb_port.h Log: Addition of new fields to the usb_devinfo struct to enable the new and shiny usbd daemon to handle events. usb_port.h: - Add a macro to retrieve the unit number from a USBBASEDEVICE usb.h, usb_subr.c: - Add fields to the device_info struct. usb_subr.c: - Fill in the new fields. - Remove the notification of the event up a bit to make sure all the information is still available to fill the usb_devinfo struct. This requires recompilation of usbdevs (src/usr.sbin/usbdevs) and the ezdownload/ezupload (ports/misc/ezload) utilities in any case. Revision Changes Path 1.15 +15 -11 src/sys/dev/usb/usb.h 1.19 +10 -4 src/sys/dev/usb/usb_subr.c 1.22 +4 -1 src/sys/dev/usb/usb_port.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message