02 Apr, 2006
3 commits
-
- Move documentation for usb v4l devices from
Documentation/usb to Documentation/video4linux.
- Removed trailing whitespace.
- Update Kconfig help text links to reflect the new file locations.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
There seem to be many variants of this cards with different
feature sets. This entry supports
analog TV, CVBS and s-video input, FM radio and DVB-T
if they are supported by the hardware.Signed-off-by: Hartmut Hackmann
Signed-off-by: Mauro Carvalho Chehab -
Added ID entries for the Genius VideoWonder DVB-T
and the LifeView FlyTV Platinum GoldSigned-off-by: Hartmut Hackmann
Signed-off-by: Mauro Carvalho Chehab
25 Mar, 2006
1 commit
-
Signed-off-by: Mauro Carvalho Chehab
22 Mar, 2006
4 commits
-
The device, Medion 7134, has two saa7134 chips on it, but only one of them
is functional in the current saa7134 driver.
This patch adds autodetection for the second, unsupported saa7134 chip,
as SAA7134_BOARD_MD7134_BRIDGE_2, and displays a message to the user
(in dmesg) indicating that the second chip isn't yet functional.
This is useful for users, since two instances of the saa7134 driver
will spawn. This patch will prevent confusion by warning the user that
only one of the chips on the board are functional.
There are other versions of the SAA7134_BOARD_MD7134 with only a single
saa7134 bridge/decoder -- those devices will not be affected by this patch.
Only devices containing the second chip will display the warning.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- Added support for AVerMedia A169 Dual Analog tuner card
(dual saa7134 decoders - only 1 working right now)
- Added autodetection for both parts of the card.
It shows up like 2 cards, B1 and B
- Enabled tuner B1, SVIDEO on B1 and composite1 through SVIDEO,
FIXME: B is more or less dead at this point and I suspect the
FM-radio is on the B part of the boardSigned-off-by: Rickard Osser
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- added tuner_lg_taln_pal_secam_ranges
- renamed tuner 66 from TUNER_LG_NTSC_TALN_MINI to TUNER_LG_TALN
- updated FlyTV mini Asus Digimatrix with new tunerThanks-to: Rickard Osser
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
Also Removed whitespaces introduced by previous tena patch
Signed-off-by: Mauro Carvalho Chehab
08 Mar, 2006
3 commits
-
I have the same card with the same PCI id, but from KWorld.
The patch documents that this is the same card.Signed-off-by: Adrian Bunk
Signed-off-by: Mauro Carvalho Chehab -
- The tuner used in DViCO FusionHDTV DVB-T hybrid is made by Thomson
- renamed tuner and dvb_pll structs accordinglySigned-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
Add support for the FE6600 tuner used on the DVB-T Hybrid board.
Add support for the Zarlink ZL10353 DVB-T demodulator, which supersedes the
MT352, used on the DViCO FusionHDTV DVB-T Hybrid and later model Plus boards.Signed-off-by: Chris Pascoe
Signed-off-by: Mauro Carvalho Chehab
03 Mar, 2006
3 commits
-
- make 2 needlessly global functions static
- remove cpia2_setup(): the driver already allows setting parameters
through module_param(), and there's no reason for having two different
ways for setting the same parametersSigned-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Mauro Carvalho Chehab -
- ELSA EX-VISION 500TV was incorrectly programmed to have the same
subsystem ID as ELSA EX-VISION 300TV, (1048:226b)
- This changeset replaces the incorrect subsystem ID (1048:226b)
with the correct one (1048:226a) for the ELSA EX-VISION 500TV.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- Corrected autodetection for saa7130 card:
subsystem: 1048:226c, board: ELSA EX-VISION 700TVSigned-off-by: TAMUKI Shoichi
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
27 Feb, 2006
6 commits
-
There has been a CPIA2 driver out of kernel for a long time and it has
been pretty clean for some time too. This is an import of the
sourceforge driver which has been stripped of
- 2.4 back compatibility
- 2.4 old style MJPEG ioctls
A couple of functions have been made static and the docs have been
repackaged into Documentation/video4linux. The rvmalloc/free functions now
match the cpia driver again. Other than that this is the code as is.
Tested on x86-64 with a QX5 microscope.Signed-off-by: Alan Cox
Signed-off-by: Andrew Morton
Signed-off-by: Mauro Carvalho Chehab -
- There is no radio with this tuner card...
Thanks-to: Dwaine Garden
- fixed capitalization in card name.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
Signed-off-by: Andrew Burri
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
This patch adds another composite input to the Pinnacle PCTV 100i
definition which filters the chrominace signal from the luma input. This
improves video quality for Composite signals on the S-Video connector of
the card.
In addition the name string of the card is changed to include PCTV 40i
and 50i since these cards are identical.Signed-off-by: Karsten Suehring
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
Add support for ELSA EX-VISION 700TV, which is the ELSA Japan's
flagship model of the software encoding TV capture card.
All inputs (Television, Composite1 and S-Video) have been tested.Signed-off-by: Tamuki Shoichi
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
Added support for xc3028 to v4l which adds support for:
* Terratec Hybrid XS (analogue)
* Hauppauge HVR 900 (analogue)Signed-off-by: Markus Rechberger
Signed-off-by: Mauro Carvalho Chehab
07 Feb, 2006
7 commits
-
- Add initial support for KWorld HardwareMpegTV XPert.
- uses silicon tuner: tda8290 + tda8275
- standard video using cx88 broadcast decoder is working.
- blackbird mpeg encoder support (cx23416) not yet working.
- FM radio untested.
- audio is only working correctly in television mode,
all other modes disabled.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
This is an analog / digital hybrid card.
Signed-off-by: Peter Hartshorn
Signed-off-by: Hartmut Hackmann
Signed-off-by: Mauro Carvalho Chehab -
Analog and DVB-T are working, Remote not yet.
This card is based on the new LifeView design, there should be many variants.Signed-off-by: Hartmut Hackmann
Signed-off-by: Mauro Carvalho Chehab -
Additionally to the card support, this changeset adds the option
tda10046lifeview to get_dvb_firmware to download tda10046 firmware
from LifeView's site.Signed-off-by: Giampiero Giancipoli
Signed-off-by: Hartmut Hackmann
Signed-off-by: Mauro Carvalho Chehab -
Changed description of KWorld PVR TV 2800RF
Signed-off-by: Markus Rechberger
Signed-off-by: Mauro Carvalho Chehab -
- Added terratec hybrid xs product/vendorid
- Added gpio audio initialization for kworld pvr 2800rfSigned-off-by: Markus Rechberger
Signed-off-by: Mauro Carvalho Chehab -
Signed-off-by: Jose Alberto Reguero
Signed-off-by: Hartmut Hackmann
Signed-off-by: Mauro Carvalho Chehab
24 Jan, 2006
1 commit
-
- Mark Typhoon cards as OEM of Lifeview.
Signed-off-by: Peter Missel
Signed-off-by: Nickolay V. Shmyrev
Signed-off-by: Mauro Carvalho Chehab
23 Jan, 2006
1 commit
-
- Add PCI ID for DigitalNow DVB-T Dual,
rebranded DViCO FusionHDTV DVB-T Dual.Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
14 Jan, 2006
1 commit
-
- Add support for Samsung tuner TCPN 2121P30A, used in
Hauppauge PVR-500 cards.Signed-off-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab
12 Jan, 2006
2 commits
-
- Add PCI ID for UltraView DVB-T Plus,rebranded DViCO FusionHDTV DVB-T Plus
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- Add bttv card MagicTV (rebranded MachTV)
Signed-off-by: Julian Calaby
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
10 Jan, 2006
8 commits
-
- Support for DVB reception on the PCI half of the DViCO DVB-T Dual Digital.
Signed-off-by: Chris Pascoe
Signed-off-by: Mauro Carvalho Chehab -
- Add support for LifeView FlyDVB Trio.
- all analog inputs are supported and working, including FM radio
- TO DO: dvb & remote controlSigned-off-by: Peter Missel
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- Add Kworld/Vstream Xpert DVB-T card with cx22702 tuner.
Signed-off-by: Manenti Marco
Signed-off-by: Nickolay V. Shmyrev
Signed-off-by: Mauro Carvalho Chehab -
- Added support for VP-3054 (aka DigitalNow DNTV Live! DVB-T Pro!).
- This board has a secondary I2C bus and remote control.
- Added a new module to handle secondary I2C bus on this board.Signed-off-by: Chris Pascoe
Signed-off-by: Mauro Carvalho Chehab -
- Added new ID for different revision of card #58. It's the same card,
but with a tda8275a instead of a tda8275Signed-off-by: Ricardo Cerqueira
Signed-off-by: Mauro Carvalho Chehab -
- Corrected Thomson DTT 7611 tuner programming, based on spec sheet
- renamed to Thomson DTT 761x
- applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A
(DTT 7610 is similar, but slightly different programming)
- corrected frequency ranges for analog and digital modesSigned-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- "Philips 1236D ATSC/NTSC dual in" - fix typo.
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab -
- Add support for another Nova-T-PCI PCI subdevice 0x9001
Signed-off-by: Steven Toth
Signed-off-by: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab