| Age | Commit message (Collapse) | Author | 
 | 
Recognise Hauppauge card #34519
Signed-off-by: Ian Pickworth <ian@pickworth.me.uk>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Add PCI ID for DigitalNow DVB-T Dual,
          rebranded DViCO FusionHDTV DVB-T Dual.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Add PCI ID for UltraView DVB-T Plus,
	  rebranded DViCO FusionHDTV DVB-T Plus
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
Clean up a recently introduced spaces vs tabs whitespace problem.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
 | 
 | 
Support for DVB reception on the PCI half of the DViCO DVB-T Dual Digital.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
 | 
 | 
From: Manenti Marco <marco_manenti@colman.it>
	* linux/Documentation/video4linux/CARDLIST.cx88:
	* linux/drivers/media/video/cx88/cx88-cards.c:
	* linux/drivers/media/video/cx88/cx88-dvb.c: (dvb_register):
	* linux/drivers/media/video/cx88/cx88.h:
	Add Kworld/Vstream Xpert DVB-T card with cx22702 tuner.
Signed-off-by: Manenti Marco <marco_manenti@colman.it>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 | 
 | 
From: Chris Pascoe <c.pascoe@itee.uq.edu.au>
- 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 <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Michael Krufky <mkrufky@m1k.net>
        - 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 modes
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
- This patch adds eeprom awareness for the Roslyn. In effect, the
  blackbird will query the tuner V4L2_STD_xxxx definitions to determine
  whether it's connected to a NTSC or PAL tuner. Based on that, various
  default values will change for blackbird encoding.
- Fixes back panel SVIDEO/COMPOSITE with audio, work properly.
- Fixes a problem with lip sync issues, due to bad framerate vs
  audio rate assumptions.
- Fixed a problem with the GPIO configuration in cx88-cards.
- Removed the comments in cx88-cards that made no sense.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
        - Add support for another Nova-T-PCI PCI subdevice 0x9001
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
        - Add support for the Hauppauge HVR1100 and HVR1100-LP products.
        - Add i2c_gate_ctrl callback function to dvb_frontend_ops struct.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- fix regression: broken analog NTSC for DViCO FusionHDTV3 Gold-T
        - add tda9887 to card struct
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
- Fixed code handling for eeprom on cx88 boards.
- Hauppauge released a new version of the Nova-T-PCI (9002) a few months
  ago with a different (compatible) tuner (but lacking RF passthru). The
  official model# is 90003. All features are working.
 - Adding entry to the known model list after testing.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Vadim Catana <skystar@moldova.cc>
- add support for KWorld DVB-S 100, based on the same chips as Hauppauge
  Nova-S Plus (CX23883/CX24123/CX24109), without the Intersil ISL6421,
  which is used for LNB control.
- LNB voltage and tone are controled by LNBDC and LNBTone bits from
  register 0x29 of the CX24123 demodulator.
- The MO_GP0_IO register from CX23883 is used to turn LNB power on and off.
Signed-off-by: Vadim Catana <skystar@moldova.cc>
Acked-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
- added a mac address field to the tveeprom structure.
- allow callers to query the MAC address.
- removed some redundant eeprom parsing code in cx88-cards.c
  (specific to Hauppauge DVB products) Instead, placed calls
  directly to the single eeprom parsing function in tveeprom.c
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
        - Enable IR support for the Nova-S-Plus.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
From: Steven Toth <stoth@hauppauge.com>
	- Added V4L support for the Nova-S-Plus and Nova-SE2 DVB-S products.
	- Basic DVB-S support is working, analog video inputs work.
	- It has one or two fixme comments,
          primarily analog GPIOs (audio) and eeprom parsing.
	- This should not be sent upstream yet!
        - CX24123 code (in cx88-dvb.c) disabled until the
          cx24123 module is added to dvb-kernel cvs.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
* ../linux/drivers/media/video/cx88/cx88-cards.h:
	* ../linux/Documentation/video4linux/CARDLIST.cx88:
	- New Avermedia 303 card (without radio).
	Signed-off-by: Lubomir Bulej <bulej@nenya.ms.mff.cuni.cz>
 | 
 | 
* ../linux/drivers/media/video/cx88/Makefile:
        * ../linux/drivers/media/video/cx88/cx88-dvb.c:
          (nxt200x_set_ts_param), (dvb_register):
        * ../v4l/Makefile:
        - Added support for NXT200X based cards (ATI HDTV Wonder)
        * ../linux/drivers/media/video/cx88/cx88-cards.c:
          (cx88_card_setup):
        - Cleaned up initialization of ATI HDTV Wonder. The card is now
          able to work in analog or digital mode and able to switch
          between them without any problems.
        * ../linux/drivers/media/video/tuner-simple.c:
          (default_set_tv_freq):
        - Fixed value in "Philips TUV1236D ATSC/NTSC dual in" tuner data.
        - When tuning the "Philips TUV1236D ATSC/NTSC dual in" tuner,
          make sure that we are in the correct tuning mode.
        Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Whitespace script improved.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
* ../linux/drivers/media/video/tda9887.c: (tda9887_set_config):
	* ../linux/include/media/tuner.h:
	- New config option for tda9887 to specifically set intercarrier
	depending on current standard and card.
	Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 | 
 | 
- Add DVB card WinFast DTV1000-T
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Added analog support for ATI HDTV Wonder
        * tuner.h, tuner-simple.c: (default_set_tv_freq):
        - Added support for the Philips TUV1236D tuner on the ATI HDTV Wonder
        Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
* cx88.h:
	- Added Kworld Vstream ExpertDVD.
	Signed-off-by: Alexander Wold <awold@bigfoot.com>
 | 
 | 
 | 
 | 
 | 
 | 
- tveeprom patch was not complete. Completing it.
        Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Mac Michaels <wmichaels1@earthlink.net>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- added tda9887_conf to DViCO FusionHDTV5 Gold (card #31).
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
card=28 DViCO FusionHDTV3 Gold-T
          card=31 DViCO FusionHDTV5 Gold
          No noticeable change in behavior.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
 | 
 | 
- Added analog support for DViCO FusionHDTV5 Gold.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Add support for the SVideo input on the GDI Black Gold.
        From: Peter Missel <peter.missel@onlinehome.de>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Removed remaining trailing spaces.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Newer tea autodetection code is not stable. Restaured old
          behavior.
        * tuner-core.c:
        - new option no_autodetect to disable tuner autodetection codes.
        * cx88-cards.c:
        - There are newer PixelView Ultra cards without tea chips.
          Radio and addresses unset to allow autodetection.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
* dvb-pll.c, dvb-pll.h:
        - Add DVB support for DViCO FusionHDTV3 Gold-T.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
* doc/CARDLIST.cx88:
        - Add support for TerraTec Cinergy 1400 DVB-T.
        Signed-off-by: Uli Luckas <luckas@musoft.de>
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Fixed tab/spacing problems.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
 | 
 | 
* cx88-video.c, cx88.h, tuner.h:
        * CARDLIST.cx88:
        - Fix DViCO Board names as per email from
          DViCO Systems Software Engineer Jeff Lee:
          "DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model."
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
 | 
 | 
dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h
	- added support for LGDT3302 demod for cx88 cards:
	  DViCO FusionHDTV 3 Gold
          Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
          Signed-off-by: Michael Krufky <mkrufky@m1k.net>
	* Make.config
	- Allow DVB to compile if kernel is later than 2.6.10
 | 
 | 
Benoît Laniel <benoit.laniel@gmail.com>.
 | 
 | 
It should be better tested and expanded to other *-cards.c.
        * cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-video.c, cx88.h, tea5767.c, tuner-core.c,
          tuner-simple.c, tuner.h:
        - Improved radio tuner support.
        - There is a new option to cx88 radio=xxx,xxx,xxx for radio adapters;
        - cx88-boards now specifies radio_type, tuner_addr and radio_addr
        - ADDR_UNSET macro means find default radio/video tuner
 | 
 | 
- PV Ultra Pro PCI ID was included by accident. Removed.
        * tuner-simple.c:
        - Ymec chipset now reflects Philips, instead of Temic.
 | 
 | 
* cx88-cards.c:
        - changed tuner number by it's name as defined on tuner.h.
        * scripts/make_kern_diff.sh
        - now it also makes diff for include files.
Catalin Climov <catalin@climov.com>:
        * cx88-blackbird.c:
        - Blackbird firmware API cleanup, symbolic constants for param values.
        - improved readability and comprehensibility for api calls.
        * cx88-cards.c:
        - PVR2000 & MEC gpio fixes.
        * cx88-tvaudio.c:
        - enable sound input from external adc
        * cx88-video.c:
        - initialize the hue, contrast and brightness controls to default values
        * cx88-mpeg.c:
        - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL
 | 
 | 
on the card.  This fix corrects the error in all places, and adds (ATSC/NTSC) next to the Thomson DDT 7611 name.
--
Michael Krufky
 | 
 | 
 |