PERFORCE change 145352 for review

Weongyo Jeong weongyo at FreeBSD.org
Thu Jul 17 04:08:04 UTC 2008


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

Change 145352 by weongyo at weongyo_ws on 2008/07/17 04:07:13

	fix a bug to calculate a interval time between Windows and FreeBSD.

Affected files ...

.. //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#12 edit

Differences ...

==== //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#12 (text+ko) ====

@@ -512,7 +512,7 @@
 			else if (udev->speed == USB_SPEED_FULL)
 				pipe->upi_interval = edesc->bInterval;
 			else {
-				int k0 = 1, k1 = 1;
+				int k0 = 0, k1 = 1;
 				do {
 					k1 = k1 * 2;
 					k0 = k0 + 1;


More information about the p4-projects mailing list