index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
ttpci
/
av7110_v4l.c
Age
Commit message (
Expand
)
Author
2009-07-02
remove redundant tests on unsigned
Douglas Schilling Landgraf
2009-05-02
V4L/DVB: cleanup redundant tests on unsigned
Mauro Carvalho Chehab
2009-01-19
av7110: test type field in VIDIOC_G_SLICED_VBI_CAP
Hans Verkuil
2009-01-18
saa7146: convert to video_ioctl2.
Hans Verkuil
2008-12-30
v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
2008-12-30
v4l2: introduce v4l2_file_operations.
Hans Verkuil
2008-04-08
media/dvb/ttpci replace remaining __FUNCTION__ occurrences
Michael Krufky
2007-10-31
saa7146/budget*/dvb-ttpci: Remove V4L1 code
Oliver Endriss
2007-07-23
dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transfer
Oliver Endriss
2007-07-13
saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)
Oliver Endriss
2007-05-13
Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90
Mauro Carvalho Chehab
2007-02-21
Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5
Mauro Carvalho Chehab
2007-02-13
dvb-ttpci: use i2c gate ctrl from stv0297 frontend driver
Oliver Endriss
2007-01-31
dvb-ttpci: call saa7146_vv_release() on exit
Oliver Endriss
2007-01-28
dvb-ttpci: Fixed unregistering the vbi device
Oliver Endriss
2006-09-14
av7110: remove V4L2_CAP_VBI_CAPTURE flag
Oliver Endriss
2006-07-29
Ttpci/: remove unneeded #include <linux/byteorder/swabb.h>'s
Mauro Carvalho Chehab
2006-07-10
Fix typo in comment for TDA9819
Andrew de Quincey
2006-06-25
av7110: analog sound output of DVB-C rev 2.3
Oliver Endriss
2006-03-18
Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode
Hans Verkuil
2006-03-17
Add WSS (wide screen signalling) module parameters
Oliver Endriss
2006-01-08
WSS output interface for av7110
Oliver Endriss
2005-11-26
Whitespaces cleanups.
Mauro Carvalho Chehab
2005-11-14
fixed mpeg audio on spdif from Nexus-CA card (rev 2.3),
Oliver Endriss
2005-07-16
From: thomas schorpp <t.schorpp@gmx.de>
Johannes Stezenbach
2005-04-23
patch by Adrian Bunk:
Johannes Stezenbach
2005-04-07
fixed NTSC -> PAL switching (std->id is a bitmap!)
Oliver Endriss
2005-03-17
ttpci: follow dvb_register_adapter changes in dvbdev.[ch]
Andreas Oberritter
2004-12-21
Minor tweak for DVB mode
Andrew de Quincy
2004-12-16
Fixes for av7110+stv0297 support
Andrew de Quincy
2004-11-19
More support for the new Nexus-CA card
Andrew de Quincy
2004-11-08
- make needlessly global code static
Michael Hunold
2004-10-25
- remove unnecessary type case
Michael Hunold
2004-09-20
- remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ...
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-08-18
- nuke dvb functions stuff
Michael Hunold
2004-07-30
- More MODULE_PARM -> module_param changes, all should be corrected now.
Kenneth Aafloy
2004-05-03
Overhaul frontend i2c subsystem because of the recent discussion about
Michael Hunold
2004-03-15
- remove superfluous h_calc and v_field entries from internal saa7146_vv
Michael Hunold
2004-03-12
- follow latest changes in saa7146 core
Michael Hunold
2004-03-02
correct scaler settings to remove 1 pixel white line visible on the right
Johannes Stezenbach
2004-02-13
turn off ves1820 test output pins (don't know if this makes
Johannes Stezenbach
2004-02-04
correct voffset for analog standard (looks better for me)
Johannes Stezenbach
2004-01-10
- make VIDIOC_S_FREQUENCY work again. I don't know who broke it...
Michael Hunold
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
minor whitespace / coding style fixes
Johannes Stezenbach
2004-01-05
Split av7110.c into a few separate modules:
Johannes Stezenbach