linux/drivers/media/common
Michael Krufky 48723543af V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single system
The current code passes a context pointer in the xc5000_config struct.
This context pointer is used in the tuner_callback function, used to
reset the device after firmware download.

The xc5000_config struct is a static structure, whose .priv member was
being assigned before calling xc5000_attach().  If there are more than
one of the same device type installed on a single system, the last one
to assign xc5000_config.priv will "win", and all others will cease to
function properly.

This patch passes the context pointer in xc5000_attach() rather that
storing it within the static struct xc5000_config.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-05-14 02:56:46 -03:00
..
tuners V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single system 2008-05-14 02:56:46 -03:00
ir-functions.c V4L/DVB (7094): static memory 2008-04-24 13:42:20 -03:00
ir-keymaps.c V4L/DVB (7677): saa7134: Add/fix Beholder entries 2008-04-24 14:09:46 -03:00
Kconfig V4L/DVB (7133): Fix Kconfig dependencies 2008-02-18 11:14:53 -03:00
Makefile fix drivers/media/common/tuners/ build bug 2008-04-30 08:36:04 -07:00
saa7146_core.c V4L/DVB (7508): media/common/ replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
saa7146_fops.c NULL noise: drivers/media 2008-03-30 14:18:41 -07:00
saa7146_hlp.c Convert files to UTF-8 and some cleanups 2007-10-19 23:21:04 +02:00
saa7146_i2c.c V4L/DVB (7508): media/common/ replace remaining __FUNCTION__ occurrences 2008-04-24 14:07:58 -03:00
saa7146_vbi.c V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API 2008-04-24 14:07:44 -03:00
saa7146_video.c V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API 2008-04-24 14:07:44 -03:00