summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c
AgeCommit message (Expand)Author
2004-03-24Patch from Oliver Neukem to remove a buffer, since only one is used at a time.Alex Woods
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-02-29Add new detection code for 3000-s.Alex Woods
2004-02-03Apply patch from Oliver Neukem that fixes:Alex Woods
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-19Check for presence of crc32 function.Alex Woods
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-11Add model number returned from DEC2540-t firmware.Alex Woods
2004-01-10Handle the new firmwares that change the devices' USB IDs.Alex Woods
2004-01-08Fix panic that occurs when filters are used at the same time as videoAlex Woods
2004-01-04Apply Hans-Frieder Vogt's patch for calculating firmware CRCs.Alex Woods
2003-12-27Rudimentary section filter support (enough for scan).Alex Woods
2003-12-08Add a parameter to dvb_filter_pes2ts function to specify whether the packetAlex Woods
2003-12-07Use the hotplug firmware loader for 2.6 kernels instead of compiling theAlex Woods
2003-12-06Readded skystar2 diseqc from Vincenzo Di Massa.Roberto Ragusa
2003-12-05Correct the USB id of the DEC3000-s.Alex Woods
2003-12-05Prepare driver for DEC3000-s support.Alex Woods
2003-12-02Integrate frontend into ttusb_dec module and remove pseudo-i2c bits.Alex Woods
2003-10-14Include 2.6 kernel janitor cleanups (eliminate #include duplication, shiftMichael Hunold
2003-09-10C99 initializer fixes.Michael 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
2003-07-12Beautify code (hopefully - it's in the eye of the beholder after all)Alex Woods
2003-06-24Remove firmware header from cvs :)Alex Woods
2003-06-22Rollback to munges and split usb compat stuff out to fix buildingAlex Woods
2003-06-212.5 compile fixesHolger Waechtler
2003-06-21code review, use adap->num instead of card_num field, card_num and dev_num ar...Holger Waechtler
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
2003-05-03Slight tidy upAlex Woods
2003-05-03Update dec driver to work with 2.5 kernelsAlex Woods
2003-04-27Clean up ttusb_dec_send_command:Alex Woods
2003-04-15Create a dvb net device.Alex Woods
2003-04-15remove name/vendor/id strings, these caused only troubles everywhere and nobo...Holger Waechtler
2003-04-14declare variables before trace dprintk()'sHolger Waechtler
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
2003-03-30Initial checkin.Alex Woods