commit | 8126fdbc76351bdf99c6737ef4fecf88a22fa538 | [log] [tgz] |
---|---|---|
author | Patrick Boettcher <[email protected]> | Sat Aug 27 19:30:30 2005 +0200 |
committer | Linus Torvalds <[email protected]> | Sat Aug 27 11:03:45 2005 -0700 |
tree | c810f8f13be0e2eeec2f0bf9d92b21d746d3f15f | |
parent | 820d220de400cfaaf846a2d8b5de93f9ea5a9b80 [diff] |
[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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>