Age | Commit message (Expand) | Author |
2004-05-18 | - I2C_ADAP_CLASS_TV_DIGITAL is undefined for recent 2.6 kernel, so | Michael Hunold |
2004-05-03 | - fix include file order in ttpci-driver | Michael Hunold |
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold |
2004-05-03 | Overhaul frontend i2c subsystem because of the recent discussion about | Michael Hunold |
2004-05-01 | Enabled CI code by default | Andrew de Quincy |
2004-04-20 | Now switches SAA7146 video input port on CAM insertion/removal | Andrew de Quincy |
2004-04-18 | Set D1_A and D1_B video handling properly | Andrew de Quincy |
2004-04-17 | Fixed GPIO1 setting for CI cards | Andrew de Quincy |
2004-04-12 | speed up firmware loading | Johannes Stezenbach |
2004-04-06 | - follow API changes in saa7146 driver | Michael Hunold |
2004-04-05 | First commmit for budget-ci CI interface code | Andrew de Quincy |
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ... | Michael Hunold |
2004-03-24 | must build av7110_ir if evdev is compiled as a module! | Oliver Endriss |
2004-03-23 | introduced some symbolic constants for a/v dec cmds | Johannes Stezenbach |
2004-03-22 | resync changes from dvb-kernel-v4 (slightly faster fw loading) | Johannes Stezenbach |
2004-03-20 | change default for hw_sections to 0 to enable crc checks | Johannes Stezenbach |
2004-03-19 | patch by Kenneth Aafløy to add support for Typhoon DVB-S budget card | Johannes Stezenbach |
2004-03-17 | fix spelling error: "notplug" -> "hotplug" | Johannes Stezenbach |
2004-03-15 | - remove superfluous h_calc and v_field entries from internal saa7146_vv | Michael Hunold |
2004-03-15 | - C99 fix | Michael Hunold |
2004-03-13 | build ttpci driver without infrared support if CONFIG_INPUT_EVDEV is not set ... | Andreas Oberritter |
2004-03-12 | Doh! Applied patch to the wrong copy of the CVS tree. THIS one has the | Andrew de Quincy |
2004-03-12 | SMP compilation fixes thanks to Kenneth Aafløy | Andrew de Quincy |
2004-03-12 | - follow latest changes in saa7146 core | Michael Hunold |
2004-03-11 | #include <dvb_functions.h> for dvb_delay() | Johannes Stezenbach |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy |
2004-03-05 | changed name of ir event device to a more useful string | Oliver Endriss |
2004-03-02 | correct scaler settings to remove 1 pixel white line visible on the right | Johannes Stezenbach |
2004-03-01 | fix error handling in av7110_attach() to prevent Oops; | Johannes Stezenbach |
2004-02-27 | coding style fix only | Oliver Endriss |
2004-02-26 | Added support for Fujitsu-Siemens Activy Card (Grundig tuner) | Oliver Endriss |
2004-02-20 | check result of saa7146_wait_for_debi_done() in av7110_bootarm() | Johannes Stezenbach |
2004-02-13 | turn off ves1820 test output pins (don't know if this makes | Johannes Stezenbach |
2004-02-10 | bail out early if booting the ARM failed | Johannes Stezenbach |
2004-02-04 | correct voffset for analog standard (looks better for me) | Johannes Stezenbach |
2004-01-31 | - add wait_event_interruptible_timeout() macro to dvb-compat.h | Michael Hunold |
2004-01-29 | fix check_firmware() error message ("dpram" -> "root") | Johannes Stezenbach |
2004-01-25 | #include <linux/version.h> so it builds with linux-2.6.2-rc1 | Johannes Stezenbach |
2004-01-20 | - some more compatiblity cruft to make the driver compile down to | Michael Hunold |
2004-01-20 | add a note that says that the CI of the budget-CI card is not | Johannes Stezenbach |
2004-01-10 | - make VIDIOC_S_FREQUENCY work again. I don't know who broke it... | Michael Hunold |
2004-01-09 | #include dvb_functions.h after av7110.h to avoid warning | Johannes Stezenbach |
2004-01-09 | move #include <dvb_functions.h> after av7110.h to avoid irqreturn_t warning | Johannes Stezenbach |
2004-01-08 | rename some non-static functions to enhance readability | Johannes Stezenbach |
2004-01-06 | coding style & whitespace | Johannes Stezenbach |
2004-01-06 | printk format warning fix | Johannes Stezenbach |
2004-01-06 | coding style & whitespace | Johannes Stezenbach |
2004-01-06 | - fix compilation with "make allyesconfig": make av7110 | Michael Hunold |
2004-01-06 | minor whitepsace / coding style cleanup | Johannes Stezenbach |
2004-01-06 | return -ERESTARTSYS from ci_ll_read/write() if interrupted | Johannes Stezenbach |