Title: [7908] trunk/drivers/usb/musb/musb_host.c: task[#5199]need to set NAK limitation for bulk and control transfers for some bad-behaved peripherals
Revision
7908
Author
cliff
Date
2009-12-02 05:01:51 -0500 (Wed, 02 Dec 2009)

Log Message

task[#5199]need to set NAK limitation for bulk and control transfers for some bad-behaved peripherals

Modified Paths

Diff

Modified: trunk/drivers/usb/musb/musb_host.c (7907 => 7908)


--- trunk/drivers/usb/musb/musb_host.c	2009-12-02 09:59:14 UTC (rev 7907)
+++ trunk/drivers/usb/musb/musb_host.c	2009-12-02 10:01:51 UTC (rev 7908)
@@ -1995,7 +1995,7 @@
 		 *
 		 * The upside of disabling it is simpler transfer scheduling.
 		 */
-		interval = 0;
+		interval = 8;
 	}
 	qh->intv_reg = interval;
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to