From cbb6629a8fdfb75a15b11d36dfc63b9df67f8c72 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 20 Aug 2005 14:31:39 +0000 Subject: * 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 Signed-off-by: Michael Krufky --- linux/drivers/media/video/bttv-i2c.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media') 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", -- cgit v1.2.3