summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec
AgeCommit message (Collapse)Author
2004-01-08Fix panic that occurs when filters are used at the same time as videoAlex Woods
streaming.
2004-01-04Apply Hans-Frieder Vogt's patch for calculating firmware CRCs.Alex Woods
Update ttusb-dec docs accordingly. Add him to contributors file and correct a typo.
2004-01-01- make drivers select FW_LOADER automatically via Kconfig SELECT optionMichael Hunold
1) fixes compile error for av7110 when FW_LOADER was not set manually 2) let's the user select TTUSB-DEC when FW_LOADER is not wet manually
2003-12-27Rudimentary section filter support (enough for scan).Alex Woods
Alter hotplug firmware naming to fit in with dvb standard.
2003-12-21- add Kconfig foo to select a firmware that can be compiled into theMichael Hunold
firmware again - move fdump.c utility from "ttusb-dec" to "ttpci", it's not need by "ttusb-dec" anymore, but by "ttpci" now
2003-12-21- apply dvb-ttpci/av7110 firmware removal from 2.6.0 patch here, too, but:Michael Hunold
the firmware is still compiled into the driver for 2.4 by default, the necessary files are created dynamically from the firmware file. get it from http://www.linuxtv.org/download/dvb/dvb-ttpci-01.fw - revamp fdump utility to be smarter when the source file isn't there
2003-12-08Add a parameter to dvb_filter_pes2ts function to specify whether the packetAlex Woods
is a payload unit start or not.
2003-12-07Use the hotplug firmware loader for 2.6 kernels instead of compiling theAlex Woods
firmware into the module.
2003-12-06Readded skystar2 diseqc from Vincenzo Di Massa.Roberto Ragusa
2003-12-05Correct the USB id of the DEC3000-s.Alex Woods
Implement a little more of the frontend.
2003-12-05Prepare driver for DEC3000-s support.Alex Woods
Add a DEC3000-s frontend with some of FE_SET_FRONTEND implemented (thanks to Pedro Gutiérrez for USB logs of the DEC3000-s). Prepare bootcode loader for easy transition to firmware loader for 2.6 kernels. Get Makefiles to pull in DEC3000-s bootcode. Turn echo off for ugly bootcode header hacks in 2.4 build Makefile. Note: At this stage, connecting a DEC3000-s will probably just make it reboot over and over.
2003-12-02Integrate frontend into ttusb_dec module and remove pseudo-i2c bits.Alex Woods
Move ttusb_dec header into source file. Build just a ttusb_dec.o module.
2003-10-14Include 2.6 kernel janitor cleanups (eliminate #include duplication, shiftMichael Hunold
includes around) -- I don't care much about this...
2003-10-09- backfeed patches from 2.6.0-test7, which have not gone through our cvs:Michael Hunold
- janitorial fixes (mostly return code handling) - spelling fixes in Kconfig files - line breaks to re-formatting
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
- fixed some return values in i2c device attach functions
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
- split up saa7146 compilation in core and video part
2003-09-10C99 initializer fixes.Michael Hunold
2003-09-10Changes from 2.6.0-test5, although I don't know what they do...Michael Hunold
2003-09-10C99 initializer fixes backported from 2.6.0-test5Michael Hunold
2003-07-19Hand off all processing of urb data to a taskletAlex Woods
2003-07-13Check more reliable field to decide on whether to upload firmware or not.Alex Woods
2003-07-12Resolve problem with first tuning under kernel 2.5Alex Woods
Prevent urbs being resubmitted if streaming isn't running under kernel 2.5
2003-07-12Beautify code (hopefully - it's in the eye of the beholder after all)Alex Woods
Stop oops on redetection of dec after firmware upload
2003-06-24Remove firmware header from cvs :)Alex Woods
Include fdump and modify build system to create firmware header from firmware binary file. Twiddle checksum value for firmware upload to current firmware's value.
2003-06-22Rollback to munges and split usb compat stuff out to fix buildingAlex Woods
against 2.4 and 2.5 kernels.
2003-06-21- compile and documentation fixes, enable bt8xx usb USB driver buildsHolger Waechtler
there is no reason not to submit the bt8xx driver with the next patchset, right?
2003-06-212.5 compile fixesHolger Waechtler
2003-06-21code review, use adap->num instead of card_num field, card_num and dev_num ↵Holger Waechtler
are deprecated -- to be removed. register network device for bt8xx cards
2003-06-03RollbackAlex Woods
2003-06-03Stop usb semaphore clobbering itselfAlex Woods
2003-05-27Here comes a huge cleanup patch in order to get the sources intoMichael Hunold
"kernel shape": I mainly changed all "typedef struct foo_s {...} foo_t" to "struct foo {}". Please don't start a policy war, I know the pros cons of typedefs and structures. We should, however, stick to the coding rules of the kernel: typedefed structs are only used for opaque data types, where the internal representation is irrelevant and we have get()/set() functions for accessing them (ie. spinlock_t)
2003-05-03Slight tidy upAlex Woods
2003-05-03Update dec driver to work with 2.5 kernelsAlex Woods
2003-05-03Change tristate to differentiate from ttusb-budgetAlex Woods
2003-04-30Necessary configuration files for kernel inclusionMichael Hunold
+ configuration files updates.
2003-04-27Clean up ttusb_dec_send_command:Alex Woods
- any non-zero result is now an error - result length returned via parameter Additional check for firmware 1.05 to send bootcode
2003-04-15Create a dvb net device.Alex Woods
2003-04-15remove name/vendor/id strings, these caused only troubles everywhere and ↵Holger Waechtler
nobody really needs them...
2003-04-14declare variables before trace dprintk()'sHolger Waechtler
(not everybody has gcc-3.2 installed;)
2003-04-07Removed spin_lock_init on non-existant spink_lock.Alex Woods
2003-04-03Fixes for usb_bulk_msg timeouts, and urb submission and unlinking errors.Alex Woods
(Spooky that Felix has been working on the same sort of thing!) Zapping process cleaner - doesn't stop and start the iso stream when adding more pid filters.
2003-03-30Initial checkin.Alex Woods
Channel zapping, video streaming, and audio streaming functional.