An error occurred fetching the project authors.
- 30 Dec, 2003 1 commit
-
-
Andrew Morton authored
From: Michael Hunold <hunold@linuxtv.org> av7110: follow changes in saa7146_core regarding saa7146_set_gpio() and saa7146_wait_for_debi_done() function av7110: increased I2C speed to 275 kHz, follow introduction of SAA7146_I2C_SHORT_DELAY flag to speed up I2C access budget: make budget-ci use this gpio function and the new wait_...() function, this fixes BORROWED_FROM_AV7110_H_BUT_REALLY_BELONGS_IN_SAA7146_DEFS_H remark budget: use alternative values for BRS setup on budget cards (by Rober Schlabbach) budget: remote control table should be filled completely. at least populate the entries that come with the standard Hauppauge RC (Jamie Honan) ttpci-eeprom: add proper MODULE_LICENSE("GPL") so we don't taint the kernel anymore
-
- 08 Oct, 2003 1 commit
-
-
Michael Hunold authored
- patch by Jon Burgess to fix DMA issues - reduce the number of dropped TS packets when an error is detected (Jon Burgess) - use budget-ci driver for new TT DVB-T cards with onboard MSP430.
-
- 03 Oct, 2003 1 commit
-
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
- 17 Jul, 2003 1 commit
-
-
Michael Hunold authored
- separate all EXPORT_SYMBOL stuff to saa7146_ksyms.c - properly stop capturing when no more buffers are available (missing register upload) - make extension data a per-device member, not a per-extension member, so that every device can have it's own private data (necessary for DVB drivers which handle more than one device) - implement field based capturing, ie. capturing fields to different capture buffers - change default old of capture fields for ALTERNATE mode (comply with bttv) - follow these changes in various analog saa7146 based cards drivers (mxb.c and dpc7146.c) - follow these changes in various saa7146 based budget card drivers
-
- 23 Jun, 2003 2 commits
-
-
Michael Hunold authored
clean up the parts according to the comments on kernel mailing list (mainly by Christoph Hellwig) - ugly WRITE_RPS0 define in saa7146_hlp.c has been replaced by a proper inline (I hope) - use <linux/types.h> not <asm/types.h> everywhere - include <asm/*.h> headers after <linux/*.h> ones - revert the indentation from "static <newline> xxx to "static xxx"
-
Michael Hunold authored
- update the av7110 and budget drivers - replaced ddelay() wait function with generic dvb_delay() implementation - new DATA_MPEG_VIDEO_EVENT for direct mpeg2 video playback - added support for DVB-C cards with MSP3400 mixer and analog tuner - fixed up the av7110_ir handler and especially the write_proc() function; this fixed the bug the Stanford Checker has found
-
- 08 Apr, 2003 1 commit
-
-
Alan Cox authored
-