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 May 26 18:00:33 UTC 2008
Modified Files:
src/sys/dev/usb: usb.c usb.h usb_subr.c usbdi.c usbdi_util.c usbdivar.h
Log Message:
some cleanup:
-unifdef
-since the roothub attach doesn't use locators, don't call
config_stdsubmatch() -- it is a no-op in that case
-ifsubmatch has configuration and interface always set to useful values,
remove unnecessary checks
-remove now unused locator definitions from shared header
To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 src/sys/dev/usb/usb.c
cvs rdiff -r1.79 -r1.80 src/sys/dev/usb/usb.h
cvs rdiff -r1.155 -r1.156 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.122 -r1.123 src/sys/dev/usb/usbdi.c
cvs rdiff -r1.50 -r1.51 src/sys/dev/usb/usbdi_util.c
cvs rdiff -r1.85 -r1.86 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