summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-27Renamed two functions.Roberto Ragusa
2004-01-27- follow changes in 2.6.2-rc2 for non-dvb stuffMichael Hunold
2004-01-26- don't try to disable video overlay if it wasn't enabled beforeMichael Hunold
2004-01-26- make sure to disable clipping before capturing, otherwise capturing mayMichael Hunold
2004-01-26rename HOWTO-get-a-new-card-running-avermedia to avermedia.txtJohannes Stezenbach
2004-01-26don't send zero-byte messages when probing the PLL typeHolger Waechtler
2004-01-25move Mark Edward's HOWTO to linux/Documentation/dvb/ and remove double FAQHolger Waechtler
2004-01-25#include <linux/version.h> so it builds with linux-2.6.2-rc1Johannes Stezenbach
2004-01-25use {min,max}_t instead of home-brewed my_{min,max} macros. straight-forward....Michael Hunold
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-18- sync media/common/Makefile with 2.6.1Michael Hunold
2004-01-18Fix for failing urb submission under 2.6 kernelsAlex Woods
2004-01-16merge frontend improvements from DVB tree:Johannes Stezenbach
2004-01-14- bit masks are evil: disable the right video dma upon device close, otherwiseMichael Hunold
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-06fix build with 2.6.1-rc1-mm2 (VIDIOC_S_CTRL_OLD / VIDIOC_OVERLAY_OLD)Johannes 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
2004-01-05- removed now useless test for current->files in recover_arm()Johannes Stezenbach