summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/av7110_firm.h
AgeCommit message (Collapse)Author
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...