PERFORCE change 148444 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Aug 25 20:47:33 UTC 2008


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

Change 148444 by hselasky at hselasky_laptop001 on 2008/08/25 20:47:07

	
	Small bugfix. We should clear the Out-endpoint after
	the In-endpoint according to USB Mass Storage specification
	chapter 5.3.4 about Reset Recovery. ATA-USB has this right.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/storage/umass2.c#6 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/storage/umass2.c#6 (text+ko) ====

@@ -1743,7 +1743,7 @@
 umass_t_bbb_reset3_callback(struct usb2_xfer *xfer)
 {
 	umass_t_bbb_data_clear_stall_callback(xfer, UMASS_T_BBB_COMMAND,
-	    UMASS_T_BBB_DATA_READ);
+	    UMASS_T_BBB_DATA_WRITE);
 	return;
 }
 


More information about the p4-projects mailing list