Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: drochner
Date: Sun Feb 3 10:57:13 UTC 2008
Modified Files:
src/sys/conf: files
src/sys/dev/usb: ehci.c ohci.c uhci.c
Added Files:
src/sys/dev/usb: usbroothub_subr.c usbroothub_subr.h
Log Message:
share some code for USB root hub emulation which is common in the 3
host controller implementations, start with two little functions
which fake up string descriptors (which were inconststent, language
table fetching didn't interoperate with other code in the tree)
To generate a diff of this commit:
cvs rdiff -r1.889 -r1.890 src/sys/conf/files
cvs rdiff -r1.130 -r1.131 src/sys/dev/usb/ehci.c
cvs rdiff -r1.185 -r1.186 src/sys/dev/usb/ohci.c
cvs rdiff -r1.212 -r1.213 src/sys/dev/usb/uhci.c
cvs rdiff -r0 -r1.1 src/sys/dev/usb/usbroothub_subr.c \
src/sys/dev/usb/usbroothub_subr.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