summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
AgeCommit message (Expand)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
2004-01-27Fixed frequency calculation.. realised its exactly the same as theAndrew de Quincy
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
2004-01-27Updated descriptionAndrew de Quincy
2004-01-27Small tweaks. Better inversion handling, and changed how 6MHz is set inAndrew de Quincy
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
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
2004-01-22- don't allocate ARM_PACKET_SIZE (= 4096(!) bytes) on the stack, useMichael Hunold
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
2004-01-20add a note that says that the CI of the budget-CI card is notJohannes Stezenbach
2004-01-19Check for presence of crc32 function.Alex Woods
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
2004-01-14corrected bug in dvb_demux.c:1.44->1.45:Andreas Oberritter
2004-01-13Fix USB timeout bug under 2.6.Alex Woods
2004-01-13Send audio packets to their filter rather than the videos.Alex Woods
2004-01-12Support DEC2540-t under kernel 2.4 and add info on it to the ttusb-dec docs.Alex Woods
2004-01-12- copy each packet only once to the dvr device, even if a PID is in multiple ...Michael Hunold
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
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
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
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
2004-01-05- fix compiler warningMichael Hunold