05 Aug, 2005

1 commit

  • no_overlay bttv parameter implemented to fix OOPS on some PCI chipsets
    (like some VIA) with these behaviors:

    1) If pci_quicks does identify the chip as having troubles to
    handle PCI2PCI transfers, no_overlay defaults to 1. The user may force
    it to 0, to reenable (not recommended).

    2) For newer chipsets not blacklisted, no_overlay=1 is provided as a
    workaround until PCI chipset included on /drivers/pci/quirks.c

    Thanks to Bodo Eggert

    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

02 Aug, 2005

2 commits

  • Peter Missel:
    - Add support for the SVideo input on the GDI Black Gold.

    Mauro Carvalho Chehab:
    - Linux/version.h removed. Replaced by linux/utsname.h

    Michael Krufky:
    - Added analog support for DViCO FusionHDTV5 Gold.

    CC: Peter Missel
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Michael Krufky
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Krufky
     
  • - Fixed some bttv card numbers.

    - BTTV and SAA7134 version numbers incremented to reflect changes.

    - pci_dma_supported() is called after pci_set_dma_mask() which
    already did check that for us. This patch removes the unneeded call to
    pci_dma_supported() at bttv-driver.c

    - Ensure a sufficient I2C bus idle time between 2 messages for
    saa7134-i2c.c

    - It is important to write at first to MO_GP3_IO for cx88-tvaudio.c

    - Use try_to_freeze() instead of refrigerator at msp3400.c

    - Recognizing the MFPE05-2 Tuner at tveeprom.c

    - Add new parameter to help identify radio chipsets at tuner module:
    show_i2c=1 will show 16 reading bytes from detected tuners.

    - BTTV does generate some Unimplemented IOCTL log at tuner module:
    0x40046d11(dir=1,tp=0x6d,nr=17,sz=4) means that it is sending
    MSP3400 calls to non-msp3400 tuners. Warning eliminated.
    VIDIOSAUDIO is also called, so debug messages updated. It is still
    requiring IOCTL implementation.

    - Added two more tuners.

    - Add support for the SVideo input on the GDI Black Gold.

    Signed-off-by: Peter Missel
    Signed-off-by: Graham Bevan
    Signed-off-by: Torsten Seeboth
    Signed-off-by: Hartmut Hackmann
    Signed-off-by: Tobias Klauser
    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

13 Jul, 2005

1 commit

  • - Card definitions updated.
    - Tail spaces removed.
    - Mark all 7135 cards as 7133.
    - Correct info about sync byte for MPEG-2 transport stream packets.

    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: hermann pitton
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

29 Jun, 2005

1 commit


24 Jun, 2005

2 commits

  • Even though it says DViCO FusionHDTV3 Gold-Q on the box, Gold-T is printed
    on the card. This fix corrects the error in all places, and corrects the
    tuner name Thomson DDT 7611 (ATSC/NTSC) in the documentation.

    This applies against 2.6.12-rc5-mm2 after applying Manueal Capinha's
    patch "Add support for PixelView Ultra Pro in v4l" (because of the
    change from card=27 to card=28)

    Signed-off-by: Michael Krufky
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Krufky
     
  • This patch synchronizes documentation from V4L CVS with current kernel
    release.

    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds