[PATCH] fix for race problem in DVB USB drivers (dibusb)
authorPatrick Boettcher <patrick.boettcher@desy.de>
Sat, 27 Aug 2005 17:30:30 +0000 (19:30 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 27 Aug 2005 18:03:45 +0000 (11:03 -0700)
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 <pb@linuxtv.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found