Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-14 | bugfix for the repeat timer bug, contributed by Michal <michal@etc.cz> | Holger Waechtler | |
2003-03-14 | saa7146: set default values for brightness/contrast/saturation on driver load | Michael Hunold | |
mxb: prevent helper modules to probe on unknown i2c-busses. (for example on a Matrox gfx card) | |||
2003-03-12 | setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com> | Holger Waechtler | |
- div = (freq + 36250000 + 31250) / 62500; + div = (freq + 36125000 + 31250) / 62500; | |||
2003-03-07 | added ioctl DMX_GET_STC | Johannes Stezenbach | |
2003-03-07 | - add _DVB prefix to local defines in public include files | Holger Waechtler | |
- add explicit dependency rules | |||
2003-03-06 | another attempt to get the poll() thing right... | Holger Waechtler | |
2003-03-06 | Removed some debug messages, verified that it works with "mp1e" and | Michael Hunold | |
"nvrec"... (red/blue were swapped) | |||
2003-03-06 | Added some planar yuv modes to the saa7146 driver core: | Michael Hunold | |
- V4L2_PIX_FMT_YUV422P: YUV 4:2:2 planar (Y-Cb-Cr) - V4L2_PIX_FMT_YVU420: YVU 4:2:0 planar (Y-Cb-Cr) - V4L2_PIX_FMT_YUV420: YUV 4:2:0 planar (Y-Cb-Cr) Planar modes don't suffer from the saa7146 byte swap bug, so we can deliver the formats needed by various video encoders, like "mp1e" or "nvrec". Added some notes to the TODO file. | |||
2003-03-05 | new firmware version 0x2610 | Johannes Stezenbach | |
2003-03-04 | Remove function specifiers from probe/remove functions, otherwise | Michael Hunold | |
the modules will oops with 2.5.63. | |||
2003-03-02 | s/av7710/av7110/; | Andreas Oberritter | |
2003-02-27 | - fix some bugs that appeared in system with both analog and digital | Michael Hunold | |
based saa7146 cards - change the initialization order to allow static builds of the mxb driver | |||
2003-02-26 | fixed slot_type | Andreas Oberritter | |
2003-02-26 | fixed | Andreas Oberritter | |
dvb_dummy_fe.c:94: warning: function declaration isn't a prototype dvb_dummy_fe.c:27: warning: `debug' defined but not used | |||
2003-02-26 | fixed build for kernel versions < 2.5.63 | Andreas Oberritter | |
2003-02-26 | small fix to audio playback poll() ringbuffer | Johannes Stezenbach | |
(untested, please review) | |||
2003-02-26 | - Compile fixes against 2.5.63 (daemonize() has been changed) | Michael Hunold | |
- Fix various warnings against 2.5.63 (export-objs has been removed) - Fix Kconfig/Makefiles - add the "dpc7146" driver for the analog Philips reference design - Removed unnecessary "Config.in" | |||
2003-02-24 | pes_play(): apply fix provided by Regis Bossut <rbossut(at)auchan(dot)com>: | Oliver Endriss | |
do not sync on (invalid) stream ids 0xf0..0xff | |||
2003-02-23 | Add support for dummy frontends for DVB-S/C/T, selectable by | Davor Emard | |
module paramter sct=0/1/2 respectively. | |||
2003-02-23 | Before changing promiscuous/multi state (and temporarily stopping | Davor Emard | |
the network feed), check if there's any difference compared to previous setting which is already set | |||
2003-02-20 | ensure that poll_wait() is always called in poll() | Holger Waechtler | |
2003-02-19 | - don't use etags target for default builds -- I don't have etags installed. ↵ | Holger Waechtler | |
You can still explictily run 'make tags' - fixed a type in av7110.c introduced in my previous commit | |||
2003-02-19 | add vendor/device id for nexus cards | Holger Waechtler | |
2003-02-18 | ring buffer cleanup | Oliver Endriss | |
2003-02-17 | replaced pid2feed array by linked list, allow multiple | Andreas Oberritter | |
clients to use the same pid | |||
2003-02-16 | #include <time.h> | Andreas Oberritter | |
2003-02-16 | typo | Andreas Oberritter | |
2003-02-15 | Replacing tabs with spaces and some code beautifying | Davor Emard | |
2003-02-15 | added av7110_ir_init/exit calls to make remote control work again | Oliver Endriss | |
2003-02-15 | Module name string typo fixes | Davor Emard | |
2003-02-15 | Some cleanup and struct names | Davor Emard | |
2003-02-15 | Removing budget patch support from dvb-core.c because it's | Davor Emard | |
all in budget-patch.c and adjusting Makefile's and Kconfig accordingly to properly compile. | |||
2003-02-15 | Complete support for budget patch in single file | Davor Emard | |
2003-02-14 | removed Metzlerbros from MODULE_AUTHOR list, there is no code left frmo them... | Holger Waechtler | |
Add Jack Thomasson. | |||
2003-02-14 | add budget_ci link rule and fixed an unitialized variable warning | Holger Waechtler | |
2003-02-14 | created a new budget_ci.o module, add msp430 IR support | Holger Waechtler | |
2003-02-13 | outcom sanity checks and code readability review | Holger Waechtler | |
2003-02-13 | fidbirq() is obsolete. Here is removal of saa7146 interrupt | Davor Emard | |
enable bits for fidbirq, tasklet code and some defines that belong to fidbirq | |||
2003-02-12 | Vpeirq is rewritten for readability, keeping all the logic and functionality | Davor Emard | |
the same. Now it will be easier for someone to review it and understand what vpeirq() does. | |||
2003-02-11 | firmware update from DVB HEAD (CI link layer, new FW version number, | Johannes Stezenbach | |
"too old" warning) | |||
2003-02-11 | - restructured build-2.4 stuff so it is no longer necessary to | Johannes Stezenbach | |
copy videodev.h and videodev2.h to /usr/src/linux/include/ - merged av7110.c error message and COM_DEBUG stuff from DVB-HEAD - added a insmod.sh which uses modules from pwd, to avoid 'make install' | |||
2003-02-11 | apply fix ring_buffer_free() logic in ci_ll_reset() contributed by Oliver ↵ | Holger Waechtler | |
Endriss <o.endriss@gmx.de> | |||
2003-02-10 | link layer firmware | Holger Waechtler | |
2003-02-09 | fixed a missing 'return' statement (reported by Oliver Endriss ↵ | Klaus Schmidinger | |
<o.endriss@gmx.de>) | |||
2003-02-07 | add complete 'enum xxxx {} xxxx_t' conventions everywhere | Holger Waechtler | |
2003-02-07 | apply new irq handler for Nova cards contributed by Marian Durkovic <md@bts.sk>, | Holger Waechtler | |
ported by Emard <emard@softhome.net> to the 2.5 kernel tree | |||
2003-02-07 | Fixed overwriting slot number in CA_GET_SLOT_INFO. | Klaus Schmidinger | |
2003-02-03 | get the (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) thing right, thanks | Holger Waechtler | |
to Jack Thomasson <jkt@Helius.COM> for pointing this out... | |||
2003-02-03 | NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it> | Holger Waechtler | |
2003-02-03 | bugfix for Allps BSRU6 contributed by Matt Davis <matt@Helius.COM> | Holger Waechtler | |