Date: Sun, 21 Nov 1999 09:30:42 -0800 (PST) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h usb_subr.c usb_port.h Message-ID: <199911211730.JAA56139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911211730.JAA56139>
