summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-23 13:37:10 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-23 13:37:10 +0000
commit3c9608bc033428412aa8d373a7476386225e22ee (patch)
tree9d528e25a847e1c60c470c778259df118d738182
parent3ec060650555bd7104667cebf3aa3b5786edf56c (diff)
downloadmediapointer-dvb-s2-3c9608bc033428412aa8d373a7476386225e22ee.tar.gz
mediapointer-dvb-s2-3c9608bc033428412aa8d373a7476386225e22ee.tar.bz2
Newer module to handle vp3054 secondary I2C bus.
From: Chris Pascoe <c.pascoe@itee.uq.edu.au> - Newer module to handle vp3054 secondary I2C bus. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by:
-rw-r--r--linux/drivers/media/video/cx88/cx88-vp3054-i2c.c6
-rw-r--r--linux/drivers/media/video/cx88/cx88-vp3054-i2c.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c
index fe1268842..b5295da91 100644
--- a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c
+++ b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.c
@@ -1,9 +1,9 @@
/*
- $Id: cx88-vp3054-i2c.c,v 1.1 2005/12/23 13:01:27 mchehab Exp $
+ $Id: cx88-vp3054-i2c.c,v 1.2 2005/12/23 13:37:10 mchehab Exp $
cx88-vp3054-i2c.c -- support for the secondary I2C bus of the
- DNTV Live! DVB-T Pro (VP-3054), wired as:
- GPIO[0] -> SCL, GPIO[1] -> SDA
+ DNTV Live! DVB-T Pro (VP-3054), wired as:
+ GPIO[0] -> SCL, GPIO[1] -> SDA
(c) 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au>
diff --git a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h
index 79c11f741..8d9a5c654 100644
--- a/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h
+++ b/linux/drivers/media/video/cx88/cx88-vp3054-i2c.h
@@ -1,9 +1,9 @@
/*
- $Id: cx88-vp3054-i2c.h,v 1.1 2005/12/23 13:01:27 mchehab Exp $
+ $Id: cx88-vp3054-i2c.h,v 1.2 2005/12/23 13:37:10 mchehab Exp $
cx88-vp3054-i2c.h -- support for the secondary I2C bus of the
- DNTV Live! DVB-T Pro (VP-3054), wired as:
- GPIO[0] -> SCL, GPIO[1] -> SDA
+ DNTV Live! DVB-T Pro (VP-3054), wired as:
+ GPIO[0] -> SCL, GPIO[1] -> SDA
(c) 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au>