Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
for his work! - dvb_net most likely doesn't work with 2.6 yet and dvb_net is untested in general | |||
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 | |
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 | |