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
     

19 Jul, 2007

1 commit


22 Mar, 2006

1 commit


27 Feb, 2006

1 commit


09 Nov, 2005

2 commits

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

1 commit


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

1 commit

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

26 Jun, 2005

1 commit


17 May, 2005

2 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