Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/26/2007 13:44:40
Module Name: src
Committed By: drochner
Date: Mon Feb 26 13:44:40 UTC 2007
Modified Files:
src/sys/dev/usb: usbdi.c
Log Message:
-g/c usbd_init()/usbd_finish() which don't do anything useful
-use <fs/unicode.h> for utf16->utf8 conversion instead of a private
implementation
-streamline the COMPAT_30 utf16->ascii conversion a bit: remove
length check (USB_MAX_STRING_LEN is too large to be useful) and
replace array index arithmetics
To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 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.