linux/drivers/media/dvb/dvb-core
Janne Grunau 78e92006f4 V4L/DVB (7538): Adds selectable adapter numbers as per module option
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 <janne-dvb@grunau.be>
Acked-by: Hermann Pitton <hermann.pitton@arcor.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-04-24 14:08:00 -03:00
..
demux.h V4L/DVB (7329): add flag to allow software demux to recognize the output type 2008-04-24 14:07:48 -03:00
dmxdev.c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
dmxdev.h V4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvr 2007-04-27 15:45:31 -03:00
dvb_ca_en50221.c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
dvb_ca_en50221.h
dvb_demux.c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
dvb_demux.h V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet 2007-04-27 15:45:32 -03:00
dvb_filter.c
dvb_filter.h
dvb_frontend.c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
dvb_frontend.h V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontend 2008-01-25 19:04:11 -02:00
dvb_math.c V4L/DVB (3996): Make the table static 2006-06-25 02:00:11 -03:00
dvb_math.h V4L/DVB (3988): Add math routines required by DVB demods 2006-06-25 02:00:08 -03:00
dvb_net.c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
dvb_net.h V4L/DVB (5512): Fix 3/3 for bug 7819: fixed hotplugging for dvbnet 2007-04-27 15:45:32 -03:00
dvb_ringbuffer.c V4L/DVB (6570): core/dvb_ringbuffer.c: remove unused exports 2008-01-25 19:02:03 -02:00
dvb_ringbuffer.h
dvbdev.c V4L/DVB (7538): Adds selectable adapter numbers as per module option 2008-04-24 14:08:00 -03:00
dvbdev.h V4L/DVB (7538): Adds selectable adapter numbers as per module option 2008-04-24 14:08:00 -03:00
Kconfig V4L/DVB (5600): Allow compiling just DVB CORE 2007-05-09 10:12:49 -03:00
Makefile V4L/DVB (4411): Fix minor errors in build files 2006-08-08 15:53:03 -03:00