summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-budget
AgeCommit message (Collapse)Author
2003-05-06Remove the ttusb-* drivers from the makelinks script and theMichael Hunold
build process again, due to the unknown licensing issues with the firmware.
2003-05-03Compiles againt 2.5 kernels - may even work.Alex Woods
Should still work with 2.4 kernels..
2003-04-30Necessary configuration files for kernel inclusionMichael Hunold
+ configuration files updates.
2003-04-24- #include "compat.h" --> #include "dvb_compat.h"Holger Waechtler
- return POLL_ERR in case of filter timeout
2003-04-15remove name/vendor/id strings, these caused only troubles everywhere and ↵Holger Waechtler
nobody really needs them...
2003-04-03 - added usb semaphore, should fix usb_submit_urb-failuresFelix Domke
- some statistics (with DEBUG > 2)
2003-03-18pass number of packets, not number of bytes to dvb_dmx_swfilter_packets()Holger Waechtler
2003-03-18make running_feed_count localHolger Waechtler
2003-03-18- start iso transfers in start_feed() in order to avoid bogus transfer ↵Holger Waechtler
packets at DSP initialisation time - some indentation to follow the kernel coding style rules
2003-03-17crc checking and stc code dumpHolger Waechtler
2003-03-17ttusb driver revival, thanks to tmb for getting this working!!!Holger Waechtler