diff options
author | Michael Krufky <devnull@localhost> | 2005-08-20 14:31:39 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-20 14:31:39 +0000 |
commit | cbb6629a8fdfb75a15b11d36dfc63b9df67f8c72 (patch) | |
tree | ed310c50022d965a919e6e53edddbd856384874c /linux/drivers/media | |
parent | dabe13290fb6b4a6bce2df2ebb8cd93df7a400e0 (diff) | |
download | mediapointer-dvb-s2-cbb6629a8fdfb75a15b11d36dfc63b9df67f8c72.tar.gz mediapointer-dvb-s2-cbb6629a8fdfb75a15b11d36dfc63b9df67f8c72.tar.bz2 |
* bttv-i2c.c:
- added i2c address for lgdt330x.
* tuner.h:
- i2c-core.c uses hexadecimal for the i2c address,
so we should stay consistent.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/bttv-i2c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-i2c.c b/linux/drivers/media/video/bttv-i2c.c index c767d6a27..ffcd260bf 100644 --- a/linux/drivers/media/video/bttv-i2c.c +++ b/linux/drivers/media/video/bttv-i2c.c @@ -1,5 +1,5 @@ /* - $Id: bttv-i2c.c,v 1.25 2005/07/05 17:37:35 nsh Exp $ + $Id: bttv-i2c.c,v 1.26 2005/08/20 14:31:39 mkrufky Exp $ bttv-i2c.c -- all the i2c code is here @@ -383,6 +383,7 @@ void __devinit bttv_readee(struct bttv *btv, unsigned char *eedata, int addr) } static char *i2c_devs[128] = { + [ 0x1c >> 1 ] = "lgdt330x", [ 0x30 >> 1 ] = "IR (hauppauge)", [ 0x80 >> 1 ] = "msp34xx", [ 0x86 >> 1 ] = "tda9887", |