Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
structure, fix all drivers defining this | |||
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 | |
to get rid of unresolved symbols | |||
2004-03-12 | Doh! Applied patch to the wrong copy of the CVS tree. THIS one has the | Andrew de Quincy | |
SMP fixes | |||
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 | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
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 | |
in xawtv fullscreen mode on my TFT | |||
2004-03-01 | fix error handling in av7110_attach() to prevent Oops; | Johannes Stezenbach | |
based on patch by Manfred Petz | |||
2004-02-27 | coding style fix only | Oliver Endriss | |
2004-02-26 | Added support for Fujitsu-Siemens Activy Card (Grundig tuner) | Oliver Endriss | |
by Michael Dreher <michael@5dot1.de>, Oliver Endriss <o.endriss@gmx.de> and Andreas 'randy' Weinberger | |||
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 | |
any difference, but why have them turned on if nothing is connected to them?) | |||
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 | |
- replace usage of sleep_on_interruptible_timeout() with wait_event_interruptible_timeout() | |||
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 | |
2.4.19 (except usb stuff which only compiles with 2.4.20 and above) | |||
2004-01-20 | add a note that says that the CI of the budget-CI card is not | Johannes Stezenbach | |
actually supported by the budget-CI driver | |||
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 | |
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/ | |||
2004-01-06 | minor whitepsace / coding style cleanup | Johannes Stezenbach | |
2004-01-06 | return -ERESTARTSYS from ci_ll_read/write() if interrupted | Johannes Stezenbach | |
2004-01-06 | whitespace / coding style | Johannes Stezenbach | |
2004-01-06 | minor whitespace / coding style fixes | Johannes Stezenbach | |
2004-01-06 | avoid warnings: jiffies is unsigned long, not u32 | Johannes Stezenbach | |
2004-01-05 | - use time_after() for timeouts | Johannes Stezenbach | |
- added some comments about firmware interface - coding style and whitespace cleanups | |||
2004-01-05 | - removed now useless test for current->files in recover_arm() | Johannes Stezenbach | |
- coding style / formatting fixes (mostly whitespace) | |||
2004-01-05 | - removed some unused fields from struct av7110 | Johannes Stezenbach | |
- retab | |||
2004-01-05 | Split av7110.c into a few separate modules: | Johannes Stezenbach | |
- av7110.c: initialization and demux stuff - av7110_hw.c: lowlevel hardware access and firmware interface - av7110_ca.c: CI and ECD - av7110_av.c: audio/video MPEG decoder and remuxing stuff - av7110_v4l.c: v4l interface It's all still ugly and needs lots of namespace and coding-style cleanups. It's probably broken, too. But it's a start. (My main motivation is easier porting to the V4 API). | |||
2004-01-02 | - fix release of vbi device with DVB-C cards | Michael Hunold | |
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 | Memory optimization: do not allocate firmware buffer if firmware is compiled ↵ | Oliver Endriss | |
into the driver. Saves 220KB vmem. | |||
2003-12-24 | - use CONFIG_DVB_AV7110_FIRMWARE_FILE if we need to vfree() the firmware | Michael Hunold | |
strucure, not the kernel version number | |||
2003-12-24 | - rename "hack" commentary to "support for analog module of dvb-c" (as it is ↵ | Michael Hunold | |
in 2.6.0) | |||
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-11-25 | introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C access | Oliver Endriss | |