Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2007 00:38:22 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 130069 for review
Message-ID:  <200712030038.lB30cMbo021276@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=130069

Change 130069 by hselasky@hselasky_laptop001 on 2007/12/03 00:38:02

	
	Bugfix afer IFC.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ukbd.c#32 edit

Differences ...

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

@@ -400,7 +400,7 @@
                  */
 		for (j = 0; j != UKBD_NKEYCODE; j++) {
 			if (j != i)
-				sc->sc_ntime[i] = now + (100 * 1000);
+				sc->sc_ntime[j] = now + (100 * 1000);
 		}
 pfound:	;
 	}



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