Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2010 08:53:57 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 178695 for review
Message-ID:  <201005240853.o4O8rvMc010245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@178695?ac=10

Change 178695 by hselasky@hselasky_laptop001 on 2010/05/24 08:53:50

	
	IFC

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_request.c#33 edit

Differences ...

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

@@ -79,7 +79,6 @@
 
 #ifdef USB_REQ_DEBUG
 /* The following structures are used in connection to fault injection. */
-
 struct usb_ctrl_debug {
 	int bus_index;		/* target bus */
 	int dev_index;		/* target address */
@@ -584,12 +583,6 @@
 		} else {
 			if (usbd_xfer_frame_len(xfer, 0) == 0) {
 				if (xfer->flags.manual_status) {
-#ifdef USB_DEBUG
-					int temp;
-
-					temp = usb_ss_delay;
-					if (temp > 5000) {
-						temp = 5000;
 #ifdef USB_REQ_DEBUG
 					if (dbg.ss_fail) {
 						err = USB_ERR_INVAL;



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