From: Alan Stern Date: Mon, 26 Feb 2007 19:56:14 +0000 (-0500) Subject: USB: set the correct interval for interrupt URBs X-Git-Tag: v2.6.21-rc4~54^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b9eb91dc131a10342da1f604e5bd8b1316abdb;p=pandora-kernel.git USB: set the correct interval for interrupt URBs This patch (as862) fixes a couple of bugs in the way usbcore handles intervals for interrupt URBs. usb_interrupt_msg (and usb_bulk_msg for backward compatibility) don't set the interval correctly for high-speed devices. proc_do_submiturb() doesn't set it correctly when a bulk URB is submitted to an interrupt endpoint. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed