kernel-hacking-2024-linux-s.../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
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
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
dvb_math.h
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
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
Makefile