Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 05/02/2005 15:32:18
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.