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: augustss
Date: Mon May 2 15:32:18 UTC 2005
Modified Files:
src/sys/dev/usb: if_cdce.c usb.h usb_subr.c usbdi.c
Log Message:
Use UTF8 to encode strings read from the device (instead of using '?' for
characters >=0x100).
Also add serial number string to the device information struct.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/usb/if_cdce.c
cvs rdiff -r1.71 -r1.72 src/sys/dev/usb/usb.h
cvs rdiff -r1.122 -r1.123 src/sys/dev/usb/usb_subr.c
cvs rdiff -r1.106 -r1.107 src/sys/dev/usb/usbdi.c
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