summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Collapse)Author
2004-01-28Need to re-invert inversion for tda10046 in get_fe()Andrew de Quincy
2004-01-28Now resets chip before uploading firmwareAndrew de Quincy
2004-01-28Had to split firmware upload off from frontend init... the initial tune attemptAndrew de Quincy
was taking too long. Also, provided explanation of tuner frequency calculations.
2004-01-27Fixed frequency calculation.. realised its exactly the same as theAndrew de Quincy
tda10045h one!
2004-01-27Fixed signal strength reading for tda10046hAndrew de Quincy
2004-01-27Removed __initdata. It is now possible in kernel 2.6 to compile theAndrew de Quincy
DVB drivers into a monolithic kernel. In which case, the USB firmware will be discarded erroneously.
2004-01-27Updated descriptionAndrew de Quincy
2004-01-27Small tweaks. Better inversion handling, and changed how 6MHz is set inAndrew de Quincy
tuner
2004-01-27Forgot to make sure inversion was on for TDA10046HAndrew de Quincy
2004-01-27Implemented tda10046h driverAndrew de Quincy
2004-01-27Renamed two functions.Roberto Ragusa
Deleted spurious spaces.
2004-01-26don't send zero-byte messages when probing the PLL typeHolger Waechtler
2004-01-25#include <linux/version.h> so it builds with linux-2.6.2-rc1Johannes Stezenbach
2004-01-23- spelling fix: aquire -> acquireMichael Hunold
2004-01-22- always compile before commit...Michael Hunold
2004-01-22- backfeed from Linux kernel bitkeeper repository. can't really commentMichael Hunold
on this, it compiled fine for me. [TTUSB]: ttusb_dec.c needs linux/init.h # This patch includes the following deltas: # ChangeSet 1.1569.1.1 -> 1.1569.1.2 # drivers/media/dvb/ttusb-dec/ttusb_dec.c 1.10 -> 1.11 # ttusb_dec.c | 1 + 1 files changed, 1 insertion(+)
2004-01-22- don't allocate ARM_PACKET_SIZE (= 4096(!) bytes) on the stack, useMichael Hunold
kmalloc() instead (found by Dave Jones on lkml, Alex please review)
2004-01-21Fix compile for kernels < 2.4.20Alex Woods
2004-01-20- some more compatiblity cruft to make the driver compile down toMichael Hunold
2.4.19 (except usb stuff which only compiles with 2.4.20 and above)
2004-01-20add a note that says that the CI of the budget-CI card is notJohannes Stezenbach
actually supported by the budget-CI driver
2004-01-19Check for presence of crc32 function.Alex Woods
Make unknown types of packet less likely to cause packet loss.
2004-01-18Get it right..Alex Woods
2004-01-18select CRC32 for checking validity of firmwareAlex Woods
2004-01-18Fix for failing urb submission under 2.6 kernelsAlex Woods
2004-01-16merge frontend improvements from DVB tree:Johannes Stezenbach
- schedule_timeout(1) in dvb_frontend.c after setting frontend and before waking up frontend thread - do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK - use aquire_signal flag to call FE_RESET only after tuning until FE_HAS_LOCK has been signalled, and not when FE_HAS_LOCK drops out for short periods of time later
2004-01-14corrected bug in dvb_demux.c:1.44->1.45:Andreas Oberritter
(e.g. starting a ts filter on a running section filter's pid did break the section filter)
2004-01-13Fix USB timeout bug under 2.6.Alex Woods
Use standard naming scheme firmwares for 2.4 build and update docs accordingly.
2004-01-13Send audio packets to their filter rather than the videos.Alex Woods
Change some variable names to make it clearer what we are dealing with (PVA).
2004-01-12Support DEC2540-t under kernel 2.4 and add info on it to the ttusb-dec docs.Alex Woods
Add a module option to get the raw AVPES packets from the dvr device. Handle the new empty packets that appear with the 2.16 firmware. Extra error checks.
2004-01-12- copy each packet only once to the dvr device, even if a PID is in multiple ↵Michael Hunold
filters (e.g. video + PCR) (fix by Johannes)
2004-01-11Add model number returned from DEC2540-t firmware.Alex Woods
2004-01-10- make VIDIOC_S_FREQUENCY work again. I don't know who broke it...Michael Hunold
2004-01-10Handle the new firmwares that change the devices' USB IDs.Alex Woods
Tidy up the STB initialisation process a little.
2004-01-09#include dvb_functions.h after av7110.h to avoid warningJohannes Stezenbach
2004-01-09move #include <dvb_functions.h> after av7110.h to avoid irqreturn_t warningJohannes Stezenbach
2004-01-08Fix panic that occurs when filters are used at the same time as videoAlex Woods
streaming.
2004-01-08rename some non-static functions to enhance readabilityJohannes Stezenbach
2004-01-07- add defines again, needed for older kernels, of course...Michael Hunold
2004-01-06coding style & whitespaceJohannes Stezenbach
2004-01-06printk format warning fixJohannes Stezenbach
2004-01-06coding style & whitespaceJohannes Stezenbach
2004-01-06- make DVB_TTUSB_BUDGET depend on USBMichael Hunold
2004-01-06- fix compilation with "make allyesconfig": make av7110Michael Hunold
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/
2004-01-06minor whitepsace / coding style cleanupJohannes Stezenbach
2004-01-06return -ERESTARTSYS from ci_ll_read/write() if interruptedJohannes Stezenbach
2004-01-06whitespace / coding styleJohannes Stezenbach
2004-01-06minor whitespace / coding style fixesJohannes Stezenbach
2004-01-06avoid warnings: jiffies is unsigned long, not u32Johannes Stezenbach
2004-01-05- use time_after() for timeoutsJohannes Stezenbach
- added some comments about firmware interface - coding style and whitespace cleanups
2004-01-05- fix compiler warningMichael Hunold
- fix problems caused by changes in ioctl definitions