PERFORCE change 99128 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jun 13 12:22:32 UTC 2006


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

Change 99128 by hselasky at hselasky_mini_itx on 2006/06/13 12:19:13

	Bugfix.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ubsa.c#5 edit

Differences ...

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

@@ -468,8 +468,8 @@
 		(up->product == uaa->product)) {
 	        return UMATCH_VENDOR_PRODUCT;
 	    }
+	    up++;
 	}
-
 	return UMATCH_NONE;
 }
 


More information about the p4-projects mailing list