| Age | Commit message (Collapse) | Author | 
 | 
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on
patch by Olaf Hering.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
 | 
 | 
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Removed remaining trailing spaces.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- driver.suspend API modified at 2.6.13-rc3-mm1.
        - Warnings removed when compiling against 2.6.13-rc3-mm1.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Fix corrected.
        Signed-off-by: Patrick Boettcher <patrick.boettcher@desy.de>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- The output_mode needs to be set for the Hauppauge Nova-T DVB-T
          (cx88-dvb.c) for versions after 2.6.12.
        Signed-off-by: Patrick Boettcher <patrick.boettcher@desy.de>
        Signed-off-by: Andrew Morton <akpm@osdl.org>
        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>
 | 
 | 
scan in VSB before attempting to get a QAM lock.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
where KERNEL_VERSION is required.
        - incremented versions for CX88, BTTV and SAA7134.
        * compat.h:
        - Included linux/version.h.
	This change is required to be compatible with
a patch applied at Kernel by Olaf Hering <olh@suse.de>
this patch does reduce kernel dependency of its version number.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- New tea chip added. Still needs testing and integration.
          Doesn't hurt CVS freeze, since it is not being compiled.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
 | 
 | 
- Fixed newer tea autodetection code.
        * tuner-core.c:
        - unimplemented IOCTL msg now is clearer for developers.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Improved tea autodetection to avoid troubles with other tuners
        - Eliminated some precision small troubles
        - Some debug messages fixed.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
* cx88-video.c:
        - After changing channels, reconfigure audio parameters.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
mt352.c frontend:
1. the 4 most significant bits are zeroed - shift and mask wrong way round
2.  Need to align the 12 bits from the registers at the top of the 16 bit
returned value - otherwise the range is not 0 to 0xffff its 0xf000 to 0xffff
Signed-off-by: Barry Scott <barry.scott@onelan.co.uk>
 | 
 | 
- Always include dvb frontend code for hybrid cx88 and saa7134 boards.
          A previous change breaks hybrid v4l/dvb boards in 2.6.13-rc2-mm2.
          This fixes the bug.  We will have to figure out
          something better in the future.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
Cc: Mac Michaels <wmichaels1@earthlink.net>
Cc: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
 | 
 | 
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
without regard to the mode selected.
- Do a software reset each time the parameters are
  set, regardless of whether anything changes.
  This may allow an application to recover from a
  hung condition.
- Improved error reporting according to a comment
  seen about the lgdt3303 code.
- Removed $Id:$
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
Thanks to Marcus Hagn for testing.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
 | 
 | 
- dst_read_status() needs to call dst_get_signal() to get up-to-date
  information
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
 | 
 | 
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
 | 
 | 
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
 | 
 | 
The / in the driver name (budget dvb /w video in) is not a valid character for
device names - removed it, now it works!
Same for ttusb-budget.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Julian Scheel <julian@jusst.de>
 | 
 | 
- Reverted tda8290 patch to correct radio behavior.
        * saa7134-boards.c:
        - spaces used for indent replaced by tabs.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
-removed old comment.
        * .bp/2.6/saa7134-update:
        - Commented more stuff already at dvb-saa7134
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Comment changed to express better when attach_inform is running
        - set_freq removed from set_mode.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Some changes to comply with CodingStyle:
          // comments converted to /* */
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Some changes to comply with CodingStyle:
          Obvious stuff eliminated.
          // comments converted to /* */
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Some debug structs moved to their own .c file and converted to static
        - some // comments converted to #if 0
        * cx88-mpeg.c:
        - Small cleanup for thinks like 0<<14
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Added code to eliminate #if 0 and #if 1 when submiting pathes
          to new kernel.
Miscelaneous CodingStyle stuff.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
From: Andrew Morton <akpm@osdl.org>
sparc64:
drivers/media/dvb/pluto2/pluto2.c: In function `pluto2_probe':
drivers/media/dvb/pluto2/pluto2.c:604: error: `DMA_32BIT_MASK' undeclared (first use in this function)
Cc: Andreas Oberritter <obi@linuxtv.org>
Cc: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
 | 
 | 
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- T_STANDBY now is tuner.mode instead of tuner.mode_mask.
          This way, mode_mask is changed only when calling set_type.
        Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Fix setting of VIDEO_TUNER_LOW in v4l1 mode with radio.
        Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
FE_HAS_SIGNAL and FS_HAS_CARRIER status.
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Fix bug in lgdt3302_read_status to return correct
          FE_HAS_SIGNAL and FS_HAS_CARRIER status.
        * msp3400.c, saa7134-cards.c, saa7134-i2c.c:
        * tuner-simple.c, video-buf-dvb.c:
        - Remove trailing whitespace.
	Signed-off-by: Mac Michaels <wmichaels1@earthlink.net>
	Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Use 50 kHz step when tunning radio for most tuners.
	Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 | 
 | 
- Fix build with 2.6.13.
        * cx22702.c:
        - Remove unused field id that cause build problems.
        Signed-Off-By: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 | 
 | 
- Cleanup patch at tuner-core.c reverted. Radio is working again.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Corrected some bugs at radio, but radio still broken.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Correct sync byte for MPEG-2 transport stream packets.
          All DVB compliant frontends output packets with this start code.
          Thanks to Johannes Stezenbach and Mac Michaels.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
saa7134-cards.c
 | 
 | 
 | 
 | 
FusionHDTV3 Gold-T
 | 
 | 
* dvb-pll.c, dvb-pll.h:
        - Add DVB support for DViCO FusionHDTV3 Gold-T.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
* saa7134-i2c.c:
        - specifying tuner type by parameter was not working. fixed.
        Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
- Let Kconfig decide whether to include
          frontend-specific code in saa7134-dvb.
        * cx88-video.c:
        - added missing contrast offset value, set to 0.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 | 
 | 
- Let Kconfig decide whether to include frontend-specific code.
        Signed-off-by: Michael Krufky <mkrufky@m1k.net>
 |