Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2008 04:08:03 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145352 for review
Message-ID:  <200807170408.m6H483Yb074477@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 145352 by weongyo@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;


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807170408.m6H483Yb074477>