PERFORCE change 110842 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri Dec 1 15:40:12 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110842

Change 110842 by hselasky at hselasky_mini_itx on 2006/12/01 23:39:31

	Bugfix. There are zero product ID's, but not zero vendor ID's.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/uplcom.c#13 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/uplcom.c#13 (text+ko) ====

@@ -421,7 +421,7 @@
 	const struct uplcom_product *up = uplcom_products;
 
 	if (uaa->iface == NULL) {
-	    while(up->product) {
+	    while(up->vendor) {
 	        if ((up->vendor == uaa->vendor) &&
 		    (up->product == uaa->product) &&
 		    (up->release <= uaa->release)) {


More information about the p4-projects mailing list