Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-02 | DiSEqC for 3000-s | Alex Woods | |
Update docs accordingly | |||
2004-05-01 | Fix silly mistake with memset | Alex Woods | |
2004-04-28 | dec_3000s tuning fix by Ernst Peinlich | Johannes Stezenbach | |
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ↵ | Michael Hunold | |
for his work! - dvb_net most likely doesn't work with 2.6 yet and dvb_net is untested in general | |||
2004-03-24 | Patch from Oliver Neukem to remove a buffer, since only one is used at a time. | Alex Woods | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-02-29 | Add new detection code for 3000-s. | Alex Woods | |
Add lnb voltage setting to 3000-s frontend tuning command. | |||
2004-02-03 | Apply patch from Oliver Neukem that fixes: | Alex Woods | |
this driver does DMA to the stack via usb_bulk_msg(). The patch is against Linus' BK tree and compiles. | |||
2004-01-22 | - always compile before commit... | Michael Hunold | |
2004-01-22 | - backfeed from Linux kernel bitkeeper repository. can't really comment | Michael 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, use | Michael Hunold | |
kmalloc() instead (found by Dave Jones on lkml, Alex please review) | |||
2004-01-21 | Fix compile for kernels < 2.4.20 | Alex Woods | |
2004-01-19 | Check for presence of crc32 function. | Alex Woods | |
Make unknown types of packet less likely to cause packet loss. | |||
2004-01-18 | Get it right.. | Alex Woods | |
2004-01-18 | select CRC32 for checking validity of firmware | Alex Woods | |
2004-01-13 | Fix USB timeout bug under 2.6. | Alex Woods | |
Use standard naming scheme firmwares for 2.4 build and update docs accordingly. | |||
2004-01-13 | Send 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-12 | Support 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-11 | Add model number returned from DEC2540-t firmware. | Alex Woods | |
2004-01-10 | Handle the new firmwares that change the devices' USB IDs. | Alex Woods | |
Tidy up the STB initialisation process a little. | |||
2004-01-08 | Fix panic that occurs when filters are used at the same time as video | Alex Woods | |
streaming. | |||
2004-01-04 | Apply 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 option | Michael 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-27 | Rudimentary 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 the | Michael 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-08 | Add a parameter to dvb_filter_pes2ts function to specify whether the packet | Alex Woods | |
is a payload unit start or not. | |||
2003-12-07 | Use the hotplug firmware loader for 2.6 kernels instead of compiling the | Alex Woods | |
firmware into the module. | |||
2003-12-06 | Readded skystar2 diseqc from Vincenzo Di Massa. | Roberto Ragusa | |
2003-12-05 | Correct the USB id of the DEC3000-s. | Alex Woods | |
Implement a little more of the frontend. | |||
2003-12-05 | Prepare 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-02 | Integrate 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-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael 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 devices | Andreas Oberritter | |
- fixed some return values in i2c device attach functions | |||
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-09-10 | C99 initializer fixes. | Michael Hunold | |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold | |
2003-09-10 | C99 initializer fixes backported from 2.6.0-test5 | Michael Hunold | |
2003-07-19 | Hand off all processing of urb data to a tasklet | Alex Woods | |
2003-07-13 | Check more reliable field to decide on whether to upload firmware or not. | Alex Woods | |
2003-07-12 | Resolve problem with first tuning under kernel 2.5 | Alex Woods | |
Prevent urbs being resubmitted if streaming isn't running under kernel 2.5 | |||
2003-07-12 | Beautify 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-24 | Remove 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-22 | Rollback to munges and split usb compat stuff out to fix building | Alex Woods | |
against 2.4 and 2.5 kernels. | |||
2003-06-21 | - compile and documentation fixes, enable bt8xx usb USB driver builds | Holger Waechtler | |
there is no reason not to submit the bt8xx driver with the next patchset, right? | |||
2003-06-21 | 2.5 compile fixes | Holger Waechtler | |
2003-06-21 | code 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-03 | Rollback | Alex Woods | |
2003-06-03 | Stop usb semaphore clobbering itself | Alex Woods | |