PERFORCE change 130069 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Sun Dec 2 16:38:24 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130069
Change 130069 by hselasky at 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: ;
}
More information about the p4-projects
mailing list