13 Dec, 2005

1 commit


23 Nov, 2005

1 commit

  • Correct lots of URLs in Documentation/ Also a few minor whitespace cleanups
    and typo/spello fixes. Sadly there are still a lot of bad URLs remaining.

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

    Randy Dunlap
     

09 Nov, 2005

4 commits

  • Updated documentation to include "hybrid" v4l/dvb and ATSC cards.

    Signed-off-by: Michael Krufky
    Cc: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Krufky
     
  • * nxt200x.c, nxt200x.h
    - New frontend module that supports both NXT2002 and NXT2004.
    So far, only tested on NXT2004. After testing on NXT2002, we should
    deprecate the nxt2002 module, and implement this one instead on the
    applicable cards.

    * get_dvb_firmware:
    - Added support for the NXT2004 firmware. This firmware works with both
    the ATI HDTV Wonder and the AVerTVHD MCE a180.
    This was originally written by Jean-Francois Thibert

    * dvb-pll.c
    - Fixed minimum frequency for tuv1236d. It seems that the data sheets
    are wrong.

    Signed-off-by: Kirk Lapray
    Signed-off-by: Michael Krufky
    Cc: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kirk Lapray
     
  • - Updated documentation for FusionHDTV Lite cards. We must differentiate
    the bt8xx based "Lite" cards from the cx2388x based "Gold" cards.

    - Provide location of CARDLIST.bttv Documentation, rather than
    instructing users to look at bttv.h

    - Include card decimal id numbers. These are valid for module arguments,
    and might be easier for some people to remember, rather than hex.

    Signed-off-by: Michael Krufky
    Cc: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Krufky
     
  • Updated Documentation

    Signed-off-by: Manu Abraham
    Signed-off-by: Michael Krufky
    Cc: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Manu Abraham
     

10 Sep, 2005

2 commits


08 Sep, 2005

1 commit

  • Patrick Keene wrote to the linux-dvb list, asking where in menuconfig he
    can enable dvb-bt8xx for his AVerMedia DVB card. I pointed the following
    out to him:

    config DVB_BT8XX
    tristate "Nebula/Pinnacle PCTV/Twinhan PCI cards"

    It has been agreed upon that this description is extremely misleading.

    This patch changes the one-liner description text of dvb-bt8xx to something
    more meaningful, and adds AVerMedia to the detailed description.

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

    Michael Krufky
     

08 Jul, 2005

4 commits

  • * /usr/src/linux-2.6.12/Documentation/dvb/bt8xx.txt

    almost completely remade the text file with the following focuses:
    useful infos for beginners: how to load modules manually and
    automatically developers infos are reduced to a minimum as module loading
    works automatic in kernel >= 2.6.12 by loading modules bttv and dvb-bt8xx
    I completely erased the out of date TwinHan part dealing with additional
    parameters, debug parameters, and overriding autodetection Further up to
    date information about TwinHan + clones can be found in
    /Documentation/dvb/ci.txt

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

    Uwe Bugla
     
  • Updated the readme file to point to the DVB USB wikipage to find out which
    firmware necessary, + minor updates.

    Signed-off-by: Patrick Boettcher
    Signed-off-by: Johannes Stezenbach
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Patrick Boettcher
     
  • Add keymap for Twinhan vp7045 remote control.

    Signed-off-by: Michael Paxton
    Signed-off-by: Patrick Boettcher
    Signed-off-by: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Patrick Boettcher
     
  • o removed device listing (they are all in the linuxtv wiki now)
    o misc updates

    Signed-off-by: Patrick Boettcher
    Signed-off-by: Johannes Stezenbach
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Patrick Boettcher
     

26 Jun, 2005

1 commit


24 Jun, 2005

2 commits


17 May, 2005

7 commits


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