diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-23 10:02:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-23 10:02:55 -0300 |
commit | e8aedecb8eaf768497217f3744a6e059611e17e3 (patch) | |
tree | 24f914e4014d59e6c6f194e0d43d565f2838a620 /linux/Documentation/video4linux/bttv/Modules.conf | |
parent | c04552317157798b7e51728a2dadbafd34c75a97 (diff) | |
download | mediapointer-dvb-s2-e8aedecb8eaf768497217f3744a6e059611e17e3.tar.gz mediapointer-dvb-s2-e8aedecb8eaf768497217f3744a6e059611e17e3.tar.bz2 |
There were several docs missing at V4L tree. Adding.
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/Documentation/video4linux/bttv/Modules.conf')
-rw-r--r-- | linux/Documentation/video4linux/bttv/Modules.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/Documentation/video4linux/bttv/Modules.conf b/linux/Documentation/video4linux/bttv/Modules.conf new file mode 100644 index 000000000..753f15956 --- /dev/null +++ b/linux/Documentation/video4linux/bttv/Modules.conf @@ -0,0 +1,14 @@ +# For modern kernels (2.6 or above), this belongs in /etc/modprobe.conf +# For for 2.4 kernels or earlier, this belongs in /etc/modules.conf. + +# i2c +alias char-major-89 i2c-dev +options i2c-core i2c_debug=1 +options i2c-algo-bit bit_test=1 + +# bttv +alias char-major-81 videodev +alias char-major-81-0 bttv +options bttv card=2 radio=1 +options tuner debug=1 + |