summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/dvb-usb-urb.c
AgeCommit message (Collapse)Author
2005-06-26FIX: not using HZ for usb-transfer-timeouts.Patrick Boettcher
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-06-07Fixed isochronous transfers. Thanks to Alan Stern and David Brownell for the ↵Patrick Boettcher
usb-devel-list. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-05-31added isochronous-streaming method.Patrick Boettcher
changed memory (de)allocation behaviour accordingly. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-05-02preparation for the uDigitv and DViCO USB2.0 boxes: moved pll handling from ↵Patrick Boettcher
dibusb-common to dvb-usb added pll_init to dvb-usb added another dvb_pll_desc for TDA665x
2005-04-29using usb_buffer_(alloc|free) instead of pci_(free|alloc)_consistent asPatrick Boettcher
suggested by Johannes some time ago
2005-04-29added comments to dvb-usb.h to better describe the dvb-usb structurePatrick Boettcher
renamed some fields
2005-04-27- more work on the nebula digitv USBPatrick Boettcher
- following a small change in the other drivers
2005-04-27- removed the field which specified the delay between the two transfer of a ↵Patrick Boettcher
read operation (not unused, didn't help) - correct the maximal number of feed for each device (up to now it was always 255 even if the device was only able to handle 16 pids) - added preliminary remote control support for the AVerTV USB2 A800 - changed the remote-control-struct for the NEC-protocol
2005-04-17- ported all dibusb drivers to fit into the dvb-usb-framewordPatrick Boettcher
- created dvb-pll-entries for the tuner used with the dibusb-drivers - removed all traces of the dibusb driver - adapted the dib3000-frontends to get along with the dvb-pll-changes
2005-04-14on fast (or slow) machines it is important for some devices to delay the ↵Patrick Boettcher
actual read on a read operation
2005-03-31- modifications/preparations for port of a driver (dtt200u)Patrick Boettcher
2005-03-30added copyright informationPatrick Boettcher
2005-03-30Added support for the TwinhanDTV Alpha/MagicBox II USB2 DVB-T device inPatrick Boettcher
conjunction with a neat dvb-usb-lib. All dibusb-drivers will be merged to it in the near future.