28 Jul, 2011

2 commits


09 Jul, 2010

1 commit


27 Feb, 2010

1 commit


19 Sep, 2009

2 commits


12 Sep, 2009

1 commit


17 Jun, 2009

2 commits


18 Oct, 2008

1 commit


12 Oct, 2008

1 commit


26 Jan, 2008

4 commits


19 Jul, 2007

2 commits


25 Jun, 2006

2 commits


22 Mar, 2006

2 commits


08 Mar, 2006

2 commits


27 Feb, 2006

1 commit


14 Jan, 2006

1 commit


10 Jan, 2006

2 commits


14 Nov, 2005

1 commit


09 Nov, 2005

3 commits


10 Sep, 2005

1 commit

  • - Remove $Id CVS logs for V4L files
    - Included newer cards.
    - Added a new NEC protocol for ir based on pulse distance.
    - Enable ATSC support for DViCO FusionHDTV5 Gold.
    - Added tuner LG NTSC (TALN mini series).
    - Fixed tea5767 autodetection.
    - Resolve more tuner types.
    - Commented debug function removed from mainstream.
    - Remove comments from mainstream. Still on development tree.
    - linux/version dependencies removed.
    - BTSC Lang1 now is set to auto_stereo mode.
    - New tuner standby API.
    - i2c-core.c uses hexadecimal for the i2c address, so it should stay consistent.

    Signed-off-by: Uli Luckas
    Signed-off-by: Mac Michaels
    Signed-off-by: Michael Krufky
    Signed-off-by: Hermann Pitton
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     

02 Aug, 2005

1 commit

  • - 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