summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/av7110_firm.h
AgeCommit message (Collapse)Author
2003-11-07New firmware which uses dummy PIDs 0x000e/0x000f (reserved by iso13818-1)Johannes Stezenbach
instead of 0x1fff/0x1ffe to avoid sync problems during playback when tuned to transponders where 0x1ffe is a valid PCR PID (Astra 12515 h).
2003-10-20make firmware static and *not* __initdata, so recover_arm() can workJohannes Stezenbach
2003-10-13Fixed distortions when switching channel while recordingKlaus Schmidinger
2003-07-22fix DMX_GET_STC for video-only playbackJohannes Stezenbach
2003-07-09new av7110 firmware version 0x261a which fixes:Johannes Stezenbach
- section filter outputs data from previous TS after zapping with hw_sections=0 - output of low bandwidth section data (TDT or TOT with hw_sections=0) is delayed
2003-06-23Fixed getting CI slot status for CiMAX 2.0 chips; firmware version 0x2619Holger Waechtler
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
Alan Cox reformatted the code to follow his coding style when he fixed the merge bugs. This patch now introduces these coding style changes, so that we don't wipe out his changes with the next patchset.
2003-06-15Improved performance when setting palette with full 256 color OSDKlaus Schmidinger
2003-06-11Fixed handling hw_sections=0 (was broken by previous change)Klaus Schmidinger
2003-06-07Fix to 'Sharing SDRAM between TT re-insertion and OSD...' - OSD didn't get ↵Klaus Schmidinger
the maximum available memory in one piece; firmware version 0x2616
2003-06-01Sharing SDRAM between TT re-insertion and OSD to have more video buffer; ↵Klaus Schmidinger
firmware version 0x2615
2003-04-22As announced last week:Johannes Stezenbach
Video API change for VIDEO_EVENT_SIZE_CHANGED and VIDEO_GET_SIZE ioctl, and VIDEO_FORMAT_221_1. Implemented video events for VIDEO_EVENT_SIZE_CHANGED (use poll(2) with POLLPRI) and ioctl VIDEO_GET_SIZE.
2003-04-10merge firmware fix for DMX_GET_STC from DVB CVSJohannes Stezenbach
2003-04-08merge DMX_GET_STC implementation from DVB driverJohannes Stezenbach
2003-03-31firmware update, get in sync with DVB/ treeHolger Waechtler
2003-03-28fix the RC5 IR repeat bug, new version 0x2611Holger Waechtler
2003-03-05new firmware version 0x2610Johannes Stezenbach
2003-02-11firmware update from DVB HEAD (CI link layer, new FW version number,Johannes Stezenbach
"too old" warning)
2003-02-10link layer firmwareHolger Waechtler
2002-12-30Next chunk of big splitup / cleanup:Michael Hunold
(tested on 2.4.18 and 2.5.53 -- the budget driver is untested, Holger will test it the next week) saa7146: - completely separated the saa7146 driver into a core-driver (saa7146.o) and a video/vbi part (saa7146_vv.o). this allows you to build the budget driver without av7110 and videodev bloat (see below) The following thinks have been approved by Holger Waechtler: av7110 (now ttpci): - for 2.5.x: removed the av7110 directory and put everything into ttpci. - removed all budget card support from this driver - compile and build fixes for the saa7146 changes ttpci-budget (new): - for 2.5.x: created a new ttpci-budget directory, added a new driver for the budget cards mxb: - compile and build fixes for the saa7146 changes Changed the build and compile files for both 2.5.x and build-2.4 of course...