26 Jul, 2008

1 commit

  • has_ir was set to and compared to -1 in several cases, even though it is
    an u32. ivtv also contained a FIXME for an old kernel that could be
    removed.

    Thanks to Roel Kluin for creating an initial patch for this. Although
    I chose a different solution here it did help in pointing out the problem.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

10 Dec, 2006

1 commit


02 Dec, 2005

2 commits

  • Add workaround for Hauppauge PVR150 hardware problem with tuner models 85, 99
    and 112 (model numbers as reported by tveeprom). The audio standard
    autodetection does not always work correctly for these models.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Hans Verkuil
     
  • - 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
    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Steven Toth
     

10 Sep, 2005

2 commits

  • - tveeprom improved and updated to reflect newer Hauppage cards.
    - CodingStyle fixes.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mauro Carvalho Chehab
     
  • - 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
     

28 Jul, 2005

1 commit


24 Jun, 2005

1 commit

  • This patch adds support for various SAA7134 cards and brings some fixes.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Fabrice Aeschbacher
    Signed-off-by: Hermann Pitton .
    Signed-off-by: Nickolay V Shmyrev
    Signed-off-by: Adrian Bunk
    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