25 Apr, 2008

1 commit

  • The adapter_nr module options can be used to allocate static adapter
    numbers on a driver level. It avoids problems with changing DVB apapter
    numbers after warm/cold boot or device unplugging and repluging.

    Each driver holds DVB_MAX_ADAPTER long array of the preferred order of
    adapter numbers.

    options dvb-usb-dib0700 adapter_nr=7,6,5,4,3,2,1,0 would result in a
    reversed allocation of adapter numbers.

    With adapter_nr=2,5 it tries first to get adapter number 2 and 5. If
    both are already in use it will allocate the lowest free adapter number.

    Signed-off-by: Janne Grunau
    Acked-by: Hermann Pitton
    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab

    Janne Grunau
     

04 Oct, 2006

1 commit

  • This patch is the first commit of the Multiple Input Patch for the DVB-USB frame
    work.
    It changes the DVB-USB-device to be able to have more than one streaming input
    (e.g. multiple DVB-T sources) on one device. This is a necessary feature for
    the upcoming DiB7700 driven devices.

    Signed-off-by: Patrick Boettcher
    Signed-off-by: Mauro Carvalho Chehab

    Patrick Boettcher
     

10 Jan, 2006

1 commit


08 Jul, 2005

2 commits


24 Jun, 2005

1 commit