30 Mar, 2009

4 commits


27 Feb, 2009

2 commits


30 Dec, 2008

1 commit


26 Jan, 2008

1 commit

  • This patch moves the subsystem ID and subsystem vendor ID check from probing
    function to the PCI generic function by describing subsystem IDs in
    pci_device_id table. This enables to add new PCI IDs to a device driver pci_ids
    table at runtime by new_id file in sysfs pci driver tree.

    Signed-off-by: Akinobu Mita
    Signed-off-by: Manu Abraham
    Signed-off-by: Mauro Carvalho Chehab

    Akinobu Mita
     

10 Oct, 2007

1 commit

  • PCI-dependent videobuf_foo methods were renamed as videobuf_pci_foo.

    Also, videobuf_dmabuf is now part of videobuf-dma-sg private struct.
    So, to access it, a subroutine call is needed.

    This patch renames all occurences of those function calls to be
    consistent with the video-buf split.

    Signed-off-by: Mauro Carvalho Chehab
    http://thread.gmane.org/gmane.comp.video.video4linux/34978/focus=34981
    Reviewed-by: Ricardo Cerqueira

    Mauro Carvalho Chehab
     

20 Aug, 2007

1 commit


19 Jul, 2007

3 commits


09 May, 2007

1 commit


10 Dec, 2006

1 commit


30 Nov, 2006

1 commit

  • This patch fixes typos in various Documentation txts. The patch addresses some
    +words starting with the letters 'U-Z'.

    Looks like I made it through the alphabet...just in time to start over again
    +too! Maybe I can fit more profound fixes into the next round...? Time will
    +tell. :)

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     

04 Oct, 2006

5 commits


13 May, 2006

1 commit


22 Mar, 2006

2 commits


27 Feb, 2006

2 commits


07 Feb, 2006

1 commit


10 Jan, 2006

4 commits


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