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
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
10 Jan, 2006
1 commit
-
- To make the integration of future devices easier
- modified the dvb-usb-part to allow a device-specific firmware download
- added an option to specify whether a device reconnects after a firmware download or not.Signed-off-by: Patrick Boettcher
Signed-off-by: Mauro Carvalho Chehab
08 Jul, 2005
2 commits
-
Add module parameter to deactive remote control polling.
Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Added isochronous-streaming method. Changed memory (de)allocation behaviour
accordingly.Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
24 Jun, 2005
1 commit
-
Add generalized dvb-usb driver which supports a wide variety of devices.
Signed-off-by: Patrick Boettcher
Signed-off-by: Johannes Stezenbach
Signed-off-by: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds