From: Patrick Boettcher Date: Sat, 27 Aug 2005 17:30:30 +0000 (+0200) Subject: [PATCH] fix for race problem in DVB USB drivers (dibusb) X-Git-Tag: v2.6.13~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8126fdbc76351bdf99c6737ef4fecf88a22fa538;p=pandora-kernel.git [PATCH] fix for race problem in DVB USB drivers (dibusb) Fixed race between submitting streaming URBs in the driver and starting the actual transfer in hardware (demodulator and USB controller) which sometimes lead to garbled data transfers. URBs are now submitted first, then the transfer is enabled. Dibusb devices and clones are now fully functional again. Signed-off-by: Patrick Boettcher Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed