summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorHartmut Hackmann <hartmut.hackmann@t-online.de>2006-10-30 23:56:59 +0100
committerHartmut Hackmann <hartmut.hackmann@t-online.de>2006-10-30 23:56:59 +0100
commit859cac86f6c33c51b4e9e2c17bba3ad6b2d6b016 (patch)
treee7be432474852c8187956398e9ac34d1424bf775 /linux/drivers/media/video/saa7134/saa7134.h
parent21d23e1b27048f22d886d58886d1b1cd99081b57 (diff)
downloadmediapointer-dvb-s2-859cac86f6c33c51b4e9e2c17bba3ad6b2d6b016.tar.gz
mediapointer-dvb-s2-859cac86f6c33c51b4e9e2c17bba3ad6b2d6b016.tar.bz2
added autodetected flag to the saa7134_dev structure
From: Hartmut Hackmann <hartmut.hackmann@t-online.de> In case the exact board type needs to be determined by probing or evaluating the eeprom, this flag allows to still set the board type via the card=xx insmod option. This is an extract of a patch by Francis Barber. Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134.h')
-rw-r--r--linux/drivers/media/video/saa7134/saa7134.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h
index 2b3f39e53..9666b17fc 100644
--- a/linux/drivers/media/video/saa7134/saa7134.h
+++ b/linux/drivers/media/video/saa7134/saa7134.h
@@ -471,6 +471,9 @@ struct saa7134_dev {
struct v4l2_prio_state prio;
#endif
+ /* insmod option/autodetected */
+ int autodetected;
+
/* various device info */
unsigned int resources;
struct video_device *video_dev;