PERFORCE change 112318 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Dec 30 05:22:00 PST 2006


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

Change 112318 by hselasky at hselasky_mini_itx on 2006/12/30 13:21:15

	Add more debugging printouts.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_transfer.c#20 edit

Differences ...

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

@@ -1116,6 +1116,13 @@
 	u_int32_t level = 0;
 	usbd_status err;
 
+	PRINTFN(4,("udev=%p bmRequestType=0x%02x bRequest=0x%02x "
+		   "wValue=0x%02x%02x wIndex=0x%02x%02x wLength=0x%02x%02x\n",
+		   udev, req->bmRequestType, req->bRequest,
+		   req->wValue[1], req->wValue[0],
+		   req->wIndex[1], req->wIndex[0],
+		   req->wLength[1], req->wLength[0]));
+
 	usbd_config[0].type = UE_CONTROL;
 	usbd_config[0].endpoint = 0; /* control pipe */
 	usbd_config[0].direction = -1;


More information about the p4-projects mailing list