Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2007 22:13:51 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 119207 for review
Message-ID:  <200705032213.l43MDprh070501@repoman.freebsd.org>

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

Change 119207 by rpaulo@rpaulo_epsilon on 2007/05/03 22:13:26

	Fix a debugging printf introduced with Mighty Mouse's changes.

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/dev/usb/ums.c#4 edit

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/dev/usb/ums.c#4 (text+ko) ====

@@ -516,7 +516,7 @@
 
 	if (dx || dy || dz || dt || dw || (sc->flags & UMS_Z)
 	    || buttons != sc->status.button) {
-		DPRINTFN(5, ("ums_intr: x:%d y:%d z:%d t:%d w:%w buttons:0x%x\n",
+		DPRINTFN(5, ("ums_intr: x:%d y:%d z:%d t:%d w:%d buttons:0x%x\n",
 			dx, dy, dz, dt, dw, buttons));
 
 		sc->status.button = buttons;



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