Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/usb
Module Name: src
Committed By: drochner
Date: Mon Jul 28 15:22:01 UTC 2008
Modified Files:
src/sys/dev/usb: uhub.c usb_subr.c usbdivar.h
Log Message:
-in usbd_probe_and_attach(), split out the code for per-device and
per-interface attachment into individual functions, to ease
maintainance and allow easier plugin of new attachment functions
-keep a counter of USB interfaces in use on a device, and try to
keep track of interfaces claimed by drivers behind the framework's
back
To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 src/sys/dev/usb/uhub.c
cvs rdiff -r1.159 -r1.160 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.86 -r1.87 src/sys/dev/usb/usbdivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index